AutomationAdapter.SessionId 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.
Important
This API is not CLS-compliant.
Gets the session this application instance is on.
public:
property System::String ^ SessionId { System::String ^ get(); };
[System.CLSCompliant(false)]
public string SessionId { get; }
[<System.CLSCompliant(false)>]
member this.SessionId : string
Public ReadOnly Property SessionId As String
Property Value
- Attributes
Remarks
Not the same as SessionID in the HostedApplicationAdapter class.