SourceServer Property (HistoryQueryResult)
- Last UpdatedAug 21, 2026
- 1 minute read
Gets or sets the name of the server from which replication occurred for the replicated tag at the time this point was stored.
'Declaration
Public Property SourceServer As String
'Usage
Dim instance As HistoryQueryResult
Dim value As String
instance.SourceServer = value
value = instance.SourceServer
public string SourceServer {get; set;}