ReportConfiguration.Algorithms Property¶
Returns a collection of the ResultsByAlgorithm in this report configuration. This is all the ResultsByAlgorithm from each AlgorithmGroup flattened into a single collection.
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 ReadOnlyCollection<Algorithm> Algorithms { get; }
VB¶
Public ReadOnly Property Algorithms As ReadOnlyCollection(Of Algorithm)
Get
Property Value¶
Type: ReadOnlyCollection(Algorithm)