Skip to content

InteropSolution.ApplicationSelectionScope Method

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

Namespace: Citrix.SDK.AppDNA.Solutions.Interop
Assembly: Citrix.SDK.AppDNA.Solutions.Interop (in Citrix.SDK.AppDNA.Solutions.Interop.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

InteropSolution Class
Citrix.SDK.AppDNA.Solutions.Interop Namespace

Was this article helpful?