Gets or sets the MetadataRecordAlarmFlags associated with the HistorianID.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public MetadataRecordAlarmFlags AlarmFlags { get; set; }
Public Property AlarmFlags As MetadataRecordAlarmFlags
public: property MetadataRecordAlarmFlags^ AlarmFlags { MetadataRecordAlarmFlags^ get (); void set (MetadataRecordAlarmFlags^ value); }
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | The value being assigned is null. |