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