RemoteSystemConnectionInfo.IsProximal Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.