XenSolution.ApplicationSelectionScope Method¶
Gets the applications collection which can be selected for solution report.
Namespace: Citrix.SDK.AppDNA.Solutions.Xen.Common
Assembly: Citrix.SDK.AppDNA.Solutions.Xen.Common (in Citrix.SDK.AppDNA.Solutions.Xen.Common.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 options which selection scope is returned for.
Return Value¶
Type: IEnumerable(Application)
Collection of Application objects
Implements¶
ISolution.ApplicationSelectionScope(ReportOptions)
See Also¶
Reference¶
XenSolution Class
Citrix.SDK.AppDNA.Solutions.Xen.Common Namespace