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