openPDC Historian Help
Remarks Property
NamespacesTVA.Historian.FilesMetadataRecordRemarks
Gets or sets any remarks associated with the HistorianID.
Declaration Syntax
C#Visual BasicVisual C++
public string Remarks { get; set; }
Public Property Remarks As String
public:
property String^ Remarks {
	String^ get ();
	void set (String^ value);
}
Remarks
Maximum length for Remarks is 512 characters.
Exceptions
ExceptionCondition
ArgumentNullExceptionThe value being assigned is a null string.

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