ServerName Property (HistorianConnectionArgs)
- Last UpdatedAug 21, 2026
- 1 minute read
Gets or sets the network name of the AVEVA Historian Server.
'Declaration
Public Property ServerName As String
'Usage
Dim instance As HistorianConnectionArgs
Dim value As String
instance.ServerName = value
value = instance.ServerName
public string ServerName {get; set;}