[LabelAttribute("Represents Connected State")] public bool IsConnectedState { get; set; }
<LabelAttribute("Represents Connected State")> Public Property IsConnectedState As Boolean Get Set
public: [LabelAttribute(L"Represents Connected State")] property bool IsConnectedState { bool get (); void set (bool value); }
[<LabelAttribute("Represents Connected State")>] member IsConnectedState : bool with get, set
function get_IsConnectedState(); function set_IsConnectedState(value);
Copyright © 2018, Grid Protection Alliance. All Rights Reserved.