public bool NewSwitchState { get; set; }
Public Property NewSwitchState As Boolean Get Set
public: property bool NewSwitchState { bool get (); void set (bool value); }
member NewSwitchState : bool with get, set
In This Article