다음을 통해 공유


IHostedApplication3.IsGlobal Property

Gets or sets a Boolean value that specifies whether the hosted application is global.

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

Usage

'Usage
Dim instance As IHostedApplication3
Dim value As Boolean

value = instance.IsGlobal

instance.IsGlobal = value

Syntax

'Declaration
Property IsGlobal As Boolean
bool IsGlobal { get; set; }
property bool IsGlobal {
    bool get ();
    void set (bool value);
}
/** @property */
boolean get_IsGlobal ()

/** @property */
void set_IsGlobal (boolean value)
function get IsGlobal () : boolean

function set IsGlobal (value : boolean)

Property Value

Type: Boolean
true if the application global; otherwise, false.

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

IHostedApplication3 Interface
IHostedApplication3 Members
Microsoft.Uii.Csr Namespace

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