ReportedApplicationCollection.Item Property (Int32)¶
Index into the collection by sequential numeric index.
Namespace: Citrix.SDK.AppDNA
Assembly: Citrix.SDK.AppDNA (in Citrix.SDK.AppDNA.dll) Version: 7.11.0.0 (7.11.0.0)
Syntax¶
C¶
public ReportedApplication this[
int index
] { get; }
VB¶
Public ReadOnly Default Property Item (
index As Integer
) As ReportedApplication
Get
Parameters¶
- index
- Type: System.Int32
The numeric index.
Return Value¶
Type: ReportedApplication
The specified ReportedApplication object.
See Also¶
Reference¶
ReportedApplicationCollection Class
Item Overload
Citrix.SDK.AppDNA Namespace