ResultByAlgorithmCollection.Item Property (String)¶
Index into the collection by algorithm.
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[
string algorithmIdentifier
] { get; }
VB¶
Public ReadOnly Default Property Item (
algorithmIdentifier As String
) As ApplicationAlgorithmResult
Get
Parameters¶
- algorithmIdentifier
- Type: System.String
The identifier of the algorithm for which to retrieve the results.
Return Value¶
Type: ApplicationAlgorithmResult
The specified ApplicationAlgorithmResult object.
See Also¶
Reference¶
ResultByAlgorithmCollection Class
Item Overload
Citrix.SDK.AppDNA Namespace