Skip to content

AppVSolution.ApplicationSelectionScope Method

Gets a collection of applications that will be used to generate the solution's report.

Namespace: Citrix.SDK.AppDNA.Solutions.AppV
Assembly: Citrix.SDK.AppDNA.Solutions.AppV (in Citrix.SDK.AppDNA.Solutions.AppV.dll) Version: 7.11.0.0 (7.11.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

AppVSolution Class
Citrix.SDK.AppDNA.Solutions.AppV Namespace

Was this article helpful?