Click or drag to resize

MetadataRecordDescription Property

Gets or sets the description associated with the HistorianID.

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

Property Value

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