Compartilhar via


PackagedSession.SessionContext Property

Gets or sets the current session context.

Namespace: Microsoft.Uii.Desktop.SessionManager
Assembly: Microsoft.Uii.Desktop.SessionManager (in Microsoft.Uii.Desktop.SessionManager.dll)

Usage

'Usage
Dim instance As PackagedSession
Dim value As Context

value = instance.SessionContext

instance.SessionContext = value

Syntax

'Declaration
Public Property SessionContext As Context
public Context SessionContext { get; set; }
public:
property Context^ SessionContext {
    Context^ get ();
    void set (Context^ value);
}
/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
public Context get_SessionContext ()

/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
public void set_SessionContext (Context value)
CompilerGeneratedAttribute 
public function get SessionContext () : Context

CompilerGeneratedAttribute 
public function set SessionContext (value : Context)

Property Value

Type:Context.

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

PackagedSession Class
PackagedSession Members
Microsoft.Uii.Desktop.SessionManager Namespace

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