Report.RequestAllAlgorithms Field¶
A special value used when constructing a report to specify that data for all algorithms should be retrieved.
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 const IEnumerable<Algorithm> RequestAllAlgorithms = null
VB¶
Public Const RequestAllAlgorithms As IEnumerable(Of Algorithm) = Nothing
Field Value¶
Type: IEnumerable(Algorithm)