Click or drag to resize

MetadataRecordCurrentData Property

Gets or sets the time, value and quality of the most current data received for the HistorianID.

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

Property Value

String
Exceptions
ExceptionCondition
ArgumentNullExceptionThe value being assigned is a null string.
Remarks
Maximum length for CurrentData is 80 characters.
See Also