Compartilhar via


ApplicationHost.hostedApps Field

Specifies the array of hosted applications.

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

Usage

'Usage
Dim value As IHostedApplication()

value = Me.hostedApps

Me.hostedApps = value

Syntax

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

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.

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.