RemoteSystemConnectionInfo.IsProximal Property

Definition

Gets whether the associated remote system connection is a proximal connection or not.

public:
 property bool IsProximal { bool get(); };
bool IsProximal();
public bool IsProximal { get; }
var boolean = remoteSystemConnectionInfo.isProximal;
Public ReadOnly Property IsProximal As Boolean

Property Value

Boolean

bool

True if the connection is proximal, False otherwise.

Applies to