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