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