Share via


ConnectionActiveState.Active Property

Definition

Gets a value indicating whether the connection is active.

public:
 property bool Active { bool get(); };
public bool Active { get; }
member this.Active : bool
Public ReadOnly Property Active As Boolean

Property Value

true if the Connection is active; otherwise, false.

Applies to