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