openPDC Historian Help
AlarmState Property
NamespacesTVA.Historian.FilesMetadataRecordDigitalFieldsAlarmState
Gets or sets the value (0 or 1) that indicates alarm state for the MetadataRecord.
Declaration Syntax
C#Visual BasicVisual C++
public int AlarmState { get; set; }
Public Property AlarmState As Integer
public:
property int AlarmState {
	int get ();
	void set (int value);
}
Remarks
A value of -1 indicates no alarm state.
Exceptions
ExceptionCondition
ArgumentExceptionThe value being assigned is not -1, 0 or 1.

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