ApplicationHostWorkItem.ActiveSessionWorkItemID Property

Gets or sets the ID of the work item whose session is the current active session.

Namespace: Microsoft.Uii.Csr
Assembly: Microsoft.Uii.Csr.Core (in Microsoft.Uii.Csr.Core.dll)

Usage

'Usage
Dim instance As ApplicationHostWorkItem
Dim value As String

value = instance.ActiveSessionWorkItemID

instance.ActiveSessionWorkItemID = value

Syntax

'Declaration
Public Property ActiveSessionWorkItemID As String
public string ActiveSessionWorkItemID { get; set; }
public:
property String^ ActiveSessionWorkItemID {
    String^ get ();
    void set (String^ value);
}
/** @property */
public String get_ActiveSessionWorkItemID ()

/** @property */
public void set_ActiveSessionWorkItemID (String value)
public function get ActiveSessionWorkItemID () : String

public function set ActiveSessionWorkItemID (value : String)

Property Value

Type: String

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

ApplicationHostWorkItem Class
ApplicationHostWorkItem Members
Microsoft.Uii.Csr Namespace

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