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

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