Compartilhar via


ApplicationHost.globalHostedApps Field

Specifies the global applications.

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

Usage

'Usage
Dim value As IHostedApplication()

value = ApplicationHost.globalHostedApps

ApplicationHost.globalHostedApps = value

Syntax

'Declaration
Protected Shared globalHostedApps As IHostedApplication()
protected static IHostedApplication[] globalHostedApps
protected:
static array<IHostedApplication^>^ globalHostedApps
protected static IHostedApplication[] globalHostedApps
protected static var globalHostedApps : IHostedApplication[]

Remarks

Global applications are those applications that exist throughout the use of UII and not just during the existence of a session. Setting to an empty array so that the enumeration always succeeds rather than a foreach loop throwing an exception. Prior to CCF 1.02, all apps were effectively globals.

Platforms

See Also

Reference

ApplicationHost Class
ApplicationHost Members
Microsoft.Uii.Csr Namespace

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