ISolution.ApplicationSelectionScope Method¶
Gets the applications collection which can be selected for solution report.
Namespace: Citrix.SDK.AppDNA.Interfaces
Assembly: Citrix.SDK.AppDNA (in Citrix.SDK.AppDNA.dll) Version: 7.11.0.0 (7.11.0.0)
Syntax¶
C¶
IEnumerable<Application> ApplicationSelectionScope(
ReportOptions reportOptions
)
VB¶
Function ApplicationSelectionScope (
reportOptions As ReportOptions
) As IEnumerable(Of Application)
Parameters¶
- reportOptions
- Type: Citrix.SDK.AppDNA.Reporting.ReportOptions
The report options which selection scope is returned for.
Return Value¶
Type: IEnumerable(Application)
Collection of Application objects