Compartir a través de


AutomationAdapter.SessionId Property

Gets the session this application instance is on.

Namespace: Microsoft.Uii.HostedApplicationToolkit.AutomationHosting
Assembly: Microsoft.Uii.HostedApplicationToolkit.AutomationHosting (in Microsoft.Uii.HostedApplicationToolkit.AutomationHosting.dll)

Usage

'Usage
Dim instance As AutomationAdapter
Dim value As String

value = instance.SessionId

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
Public ReadOnly Property SessionId As String
[CLSCompliantAttribute(false)] 
public string SessionId { get; }
[CLSCompliantAttribute(false)] 
public:
property String^ SessionId {
    String^ get ();
}
/** @property */
/** @attribute DebuggerStepThroughAttribute() */ 
public String get_SessionId ()
DebuggerStepThroughAttribute 
public function get SessionId () : String

Property Value

Type: String

Remarks

Not the same as SessionID in the HostedApplicationAdapter class.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

See Also

Reference

AutomationAdapter Class
AutomationAdapter Members
Microsoft.Uii.HostedApplicationToolkit.AutomationHosting Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.