Share via


ConnectionInfo.IsLocal Property

Definition

Gets a value indicating whether the connection is local.

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

Property Value

true if the ConnectionInfo is local; otherwise, false.

Applies to