[LabelAttribute("Locked Out")] public bool LockedOut { get; set; }
<LabelAttribute("Locked Out")> Public Property LockedOut As Boolean Get Set
public: [LabelAttribute(L"Locked Out")] property bool LockedOut { bool get (); void set (bool value); }
[<LabelAttribute("Locked Out")>] member LockedOut : bool with get, set
function get_LockedOut(); function set_LockedOut(value);
Copyright © 2018, Grid Protection Alliance. All Rights Reserved.