ApplicationHost.hostedApps 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 array of hosted applications.
protected: cli::array <Microsoft::Uii::Csr::IHostedApplication ^> ^ hostedApps;
protected Microsoft.Uii.Csr.IHostedApplication[] hostedApps;
val mutable hostedApps : Microsoft.Uii.Csr.IHostedApplication[]
Protected hostedApps As IHostedApplication()
Field Value
Remarks
v1.02 changed from setting to null to setting to an empty array so that the enumeration always succeeds rather than a foreach loop throwing an exception.