UserName Property
- Last UpdatedAug 21, 2026
- 1 minute read
Gets or sets the username for connecting to the Historian Server.
'Declaration
Public Property UserName As String
'Usage
Dim instance As HistorianConnectionArgs
Dim value As String
instance.UserName = value
value = instance.UserName
public string UserName {get; set;}