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