RemoteAutomationClientSession.SessionId Property

Definition

Gets the unique identifier of the RemoteAutomationClientSession.

public:
 property Platform::Guid SessionId { Platform::Guid get(); };
winrt::guid SessionId();
public Guid SessionId { get; }
var guid = remoteAutomationClientSession.sessionId;
Public ReadOnly Property SessionId As Guid

Property Value

Guid

Platform::Guid

winrt::guid

The unique identifier of the RemoteAutomationClientSession.

Applies to