Click or drag to resize

ExportRecordInstance Property

Gets or sets the name of the historian instance providing the time-series data.

Namespace: GSF.Historian.Exporters
Assembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.181-beta
Syntax
public string Instance { get; set; }
View Source

Property Value

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