ReportConfiguration.Groups Property¶
Gets a read only collection of the AlgorithmGroup objects in this report configuration.
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<AlgorithmGroup> Groups { get; }
VB¶
Public ReadOnly Property Groups As ReadOnlyCollection(Of AlgorithmGroup)
Get
Property Value¶
Type: ReadOnlyCollection(AlgorithmGroup)