openPDC Historian Help
PlantCode Property
NamespacesTVA.Historian.FilesMetadataRecordPlantCode
Gets or sets the name of the plant to which the HistorianID is associated.
Declaration Syntax
C#Visual BasicVisual C++
public string PlantCode { get; set; }
Public Property PlantCode As String
public:
property String^ PlantCode {
	String^ get ();
	void set (String^ value);
}
Remarks
Maximum length for PlantCode is 24 characters.
Exceptions
ExceptionCondition
ArgumentNullExceptionThe value being assigned is a null string.

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