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