ReportedAlgorithmCollection.Item Property (String)¶
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[
string algorithmIdentifier
] { get; }
VB¶
Public ReadOnly Default Property Item (
algorithmIdentifier As String
) As ReportedAlgorithm
Get
Parameters¶
- algorithmIdentifier
- Type: System.String
The identifier of the algorithm 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