ApplicationHost.globalHostedApps Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.