HostedApplicationAdapter.SessionID Property
Gets or sets the ID of the current session. The SessionID is used with global applications to track which session is active.
Namespace: Microsoft.Uii.Csr
Assembly: Microsoft.Uii.Csr.Core (in Microsoft.Uii.Csr.Core.dll)
Usage
'Usage
Dim instance As HostedApplicationAdapter
Dim value As Guid
value = instance.SessionID
instance.SessionID = value
Syntax
'Declaration
Public Property SessionID As Guid
public Guid SessionID { get; set; }
public:
property Guid SessionID {
Guid get ();
void set (Guid value);
}
/** @property */
public Guid get_SessionID ()
/** @property */
public void set_SessionID (Guid value)
public function get SessionID () : Guid
public function set SessionID (value : Guid)
Property Value
Type: Guid
The ID of the current session.
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
HostedApplicationAdapter Class
HostedApplicationAdapter Members
Microsoft.Uii.Csr Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.