Click or drag to resize

DataListenerServer Property

Gets or sets the DNS name or IP address of the server from where the DataListener will get the time-series data.

Namespace: GSF.Historian
Assembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.181-beta
Syntax
[DefaultValueAttribute("localhost")]
public string Server { get; set; }
View Source

Property Value

String
Exceptions
ExceptionCondition
ArgumentNullExceptionThe value being assigned is a null or empty string.
See Also