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