ApplicationHost.Item Property
Gets the application at the specified index.
Namespace: Microsoft.Uii.Csr
Assembly: Microsoft.Uii.Csr.Core (in Microsoft.Uii.Csr.Core.dll)
Usage
'Usage
Dim instance As ApplicationHost
Dim ind As Integer
Dim value As IHostedApplication
value = instance(ind)
Syntax
'Declaration
Public ReadOnly Default Property Item ( _
ind As Integer _
) As IHostedApplication
public IHostedApplication this [
int ind
] { get; }
public:
property IHostedApplication^ default [int] {
IHostedApplication^ get (int ind);
}
/** @property */
public IHostedApplication get_Item (int ind)
Parameters
- ind
Specifies the index.
Property Value
Type:IHostedApplication.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
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.