Gets or sets the AlarmEnabled.
Declaration Syntax
C# | Visual Basic | Visual C++ |
[DataMemberAttribute(Order = )] [XmlAttributeAttribute] public bool AlarmEnabled { get; set; }
<DataMemberAttribute(Order := )> _ <XmlAttributeAttribute> _ Public Property AlarmEnabled As Boolean
[DataMemberAttribute(Order = )] [XmlAttributeAttribute] public: property bool AlarmEnabled { bool get (); void set (bool value); }