Share via


ApplicationHost.globalHostedApps Field

Definition

Specifies the global applications.

protected: static cli::array <Microsoft::Uii::Csr::IHostedApplication ^> ^ globalHostedApps;
protected static Microsoft.Uii.Csr.IHostedApplication[] globalHostedApps;
 staticval mutable globalHostedApps : Microsoft.Uii.Csr.IHostedApplication[]
Protected Shared globalHostedApps As IHostedApplication() 

Field Value

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.

Applies to