Click or drag to resize

DataListenerID Property

Gets or sets the alpha-numeric identifier of the DataListener.

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

Property Value

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