Analysis.ReportingConfigurations Property¶
Gets an enumeration of the report configurations that were requested to be used in the analysis.
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 IEnumerable<ReportConfiguration> ReportingConfigurations { get; }
VB¶
Public ReadOnly Property ReportingConfigurations As IEnumerable(Of ReportConfiguration)
Get
Property Value¶
Type: IEnumerable(ReportConfiguration)