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