[BrowsableAttribute(true)] [DefaultValueAttribute(true)] public bool Passive { get; set; }
<BrowsableAttribute(true)> <DefaultValueAttribute(true)> Public Property Passive As Boolean Get Set
public: [BrowsableAttribute(true)] [DefaultValueAttribute(true)] property bool Passive { bool get (); void set (bool value); }
[<BrowsableAttribute(true)>] [<DefaultValueAttribute(true)>] member Passive : bool with get, set
function get_Passive(); function set_Passive(value);
Copyright © 2018, Grid Protection Alliance. All Rights Reserved.