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