Share via


AutomationConnection.IsRemoteSystem Property

Definition

Gets whether the connection is to a UI Automation provider that is not hosted natively on the user's local machine.

public:
 property bool IsRemoteSystem { bool get(); };
/// [Windows.Foundation.Metadata.NoException]
/// [get: Windows.Foundation.Metadata.NoException]
bool IsRemoteSystem();
[Windows.Foundation.Metadata.NoException]
public bool IsRemoteSystem { [Windows.Foundation.Metadata.NoException] get; }
var boolean = automationConnection.isRemoteSystem;
Public ReadOnly Property IsRemoteSystem As Boolean

Property Value

Boolean

bool

True, if the connection is to a remote system. Otherwise, false.

Attributes

Remarks

For UIA, a remote system is any UI that is not hosted natively on the user's local machine but instead resides either in a container or on a different machine accessed via network.

Applies to

See also