ApplicationHost.hostedApps Field

Definition

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.

Applies to