ConnectionManager.InUse Property

Definition

Returns true if the object has been connected with the server at least once. If true, property changes are not allowed any more and ConnectionCannotBeChangedException will be thrown when a property has been changed.

public bool InUse { get; set; }
member this.InUse : bool with get, set
Public Property InUse As Boolean

Property Value

Applies to