Share via


ConnectionEventArgs.IsNewConnection Property

Definition

Gets a value indicating whether the connection is new.

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

Property Value

true if the Connection is new; otherwise, false.

Applies to