openPDC Historian Help
CurrentData Property
NamespacesTVA.Historian.FilesMetadataRecordCurrentData
Gets or sets the time, value and quality of the most current data received for the HistorianID.
Declaration Syntax
C#Visual BasicVisual C++
public string CurrentData { get; set; }
Public Property CurrentData As String
public:
property String^ CurrentData {
	String^ get ();
	void set (String^ value);
}
Remarks
Maximum length for CurrentData is 80 characters.
Exceptions
ExceptionCondition
ArgumentNullExceptionThe value being assigned is a null string.

Assembly: TVA.Historian (Module: TVA.Historian) Version: 1.0.33.39252