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