Visual Basic (Declaration)
Public Property InUse As Boolean
public bool InUse { get; set; }
public:
property bool InUse {
bool get ();
void set (bool value);
}
/** @property */
public boolean get_InUse ()
/** @property */
public void set_InUse (boolean value)
public function get InUse () : boolean
public function set InUse (value : boolean)
Property Value
A
Boolean object value that specifies whether the connection is in use.
If
True, the connection is in use.
In
False (default), the connection is not in use.