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