RemoteAutomationConnectionRequestedEventArgs.RemoteProcessId 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 the unique process identifier of the remote application to connect to.
public:
property unsigned int RemoteProcessId { unsigned int get(); };
uint32_t RemoteProcessId();
public uint RemoteProcessId { get; }
var uInt32 = remoteAutomationConnectionRequestedEventArgs.remoteProcessId;
Public ReadOnly Property RemoteProcessId As UInteger
Property Value
The unique process identifier of the remote application to connect to.