Report.ByAlgorithm Property¶
Returns a collection of the Report result objects for each algorithm that can be indexed 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 ReportedAlgorithmCollection ByAlgorithm { get; }
VB¶
Public ReadOnly Property ByAlgorithm As ReportedAlgorithmCollection
Get
Property Value¶
Type: ReportedAlgorithmCollection
Remarks¶
Accessing the report data by application provides access to application RAGs which are summaries over all algorithms. Accessing by algorithm does not provide this information.