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