Click or drag to resize

MetadataRecordDigitalFieldsAlarmState Property

Gets or sets the value (0 or 1) that indicates alarm state for the MetadataRecord.

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

Property Value

Int32
Exceptions
ExceptionCondition
ArgumentExceptionThe value being assigned is not -1, 0 or 1.
Remarks
A value of -1 indicates no alarm state.
See Also