Skip to content

ResultByApplicationCollection.Item Property (Int32)

Index 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 ApplicationAlgorithmResult this[
    int index
] { get; }

VB

Public ReadOnly Default Property Item ( 
    index As Integer
) As ApplicationAlgorithmResult
    Get

Parameters

 

index
Type: System.Int32
The numeric index.

Return Value

Type: ApplicationAlgorithmResult
The specified ApplicationAlgorithmResult object.

See Also

Reference

ResultByApplicationCollection Class
Item Overload
Citrix.SDK.AppDNA Namespace

Was this article helpful?