openPDC Historian Help
SystemName Property
NamespacesTVA.Historian.FilesMetadataRecordSystemName
Gets or sets the alpha-numeric system identifier for the HistorianID.
Declaration Syntax
C#Visual BasicVisual C++
public string SystemName { get; set; }
Public Property SystemName As String
public:
property String^ SystemName {
	String^ get ();
	void set (String^ value);
}
Remarks
Maximum length for SystemName is 24 characters.
Exceptions
ExceptionCondition
ArgumentNullExceptionThe value being assigned is a null string.

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