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

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