PatchImpactAnalysisSolution.ApplicationSelectionScope Method¶
Gets a collection of applications that will be used to generate the solution's report.
Namespace: Citrix.SDK.AppDNA.Solutions.PatchImpactAnalysis
Assembly: Citrix.SDK.AppDNA.Solutions.PatchImpactAnalysis (in Citrix.SDK.AppDNA.Solutions.PatchImpactAnalysis.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax¶
C¶
public IEnumerable<Application> ApplicationSelectionScope(
ReportOptions reportOptions
)
VB¶
Public Function ApplicationSelectionScope (
reportOptions As ReportOptions
) As IEnumerable(Of Application)
Parameters¶
- reportOptions
- Type: Citrix.SDK.AppDNA.Reporting.ReportOptions
The report for which the application selection is required.
Return Value¶
Type: IEnumerable(Application)
A collection of applications.
Implements¶
ISolution.ApplicationSelectionScope(ReportOptions)
See Also¶
Reference¶
PatchImpactAnalysisSolution Class
Citrix.SDK.AppDNA.Solutions.PatchImpactAnalysis Namespace