[BrowsableAttribute(true)] [DefaultValueAttribute(true)] public virtual bool Enabled { get; set; }
<BrowsableAttribute(true)> <DefaultValueAttribute(true)> Public Overridable Property Enabled As Boolean Get Set
public: [BrowsableAttribute(true)] [DefaultValueAttribute(true)] virtual property bool Enabled { bool get (); void set (bool value); }
[<BrowsableAttribute(true)>] [<DefaultValueAttribute(true)>] abstract Enabled : bool with get, set [<BrowsableAttribute(true)>] [<DefaultValueAttribute(true)>] override Enabled : bool with get, set
function get_Enabled(); function set_Enabled(value);
Copyright © 2018, Grid Protection Alliance. All Rights Reserved.