ApplicationHostWorkItem.IsGlobalWorkItem Property

Gets or sets a Boolean value that specifies whether the work item is associated with an application host that is associated with a global 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 Boolean

value = instance.IsGlobalWorkItem

instance.IsGlobalWorkItem = value

Syntax

'Declaration
Public Property IsGlobalWorkItem As Boolean
public bool IsGlobalWorkItem { get; set; }
public:
property bool IsGlobalWorkItem {
    bool get ();
    void set (bool value);
}
/** @property */
public boolean get_IsGlobalWorkItem ()

/** @property */
public void set_IsGlobalWorkItem (boolean value)
public function get IsGlobalWorkItem () : boolean

public function set IsGlobalWorkItem (value : boolean)

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.