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