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