AutomationConnection.IsRemoteSystem 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 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.