[LabelAttribute("Connect On Demand")] [DefaultValueAttribute(true)] public bool ConnectOnDemand { get; set; }
<LabelAttribute("Connect On Demand")> <DefaultValueAttribute(true)> Public Property ConnectOnDemand As Boolean Get Set
public: [LabelAttribute(L"Connect On Demand")] [DefaultValueAttribute(true)] property bool ConnectOnDemand { bool get (); void set (bool value); }
[<LabelAttribute("Connect On Demand")>] [<DefaultValueAttribute(true)>] member ConnectOnDemand : bool with get, set
function get_ConnectOnDemand(); function set_ConnectOnDemand(value);
Copyright © 2018, Grid Protection Alliance. All Rights Reserved.