ReportConfigurationService.Get Method (IEnumerable(String))¶
Returns a collection with all the ReportConfiguration objects.
Namespace: Citrix.SDK.AppDNA
Assembly: Citrix.SDK.AppDNA (in Citrix.SDK.AppDNA.dll) Version: 7.11.0.0 (7.11.0.0)
Syntax¶
C¶
public Collection<ReportConfiguration> Get( IEnumerable<string> identifiers )
VB¶
Public Function Get ( identifiers As IEnumerable(Of String) ) As Collection(Of ReportConfiguration)
Parameters¶
- identifiers
- Type: System.Collections.Generic.IEnumerable(String)
The identifiers of the ReportConfigurations
Return Value¶
Type: Collection(ReportConfiguration)
Returns the collection of the ReportConfiguration objects.
See Also¶
Reference¶
ReportConfigurationService Class
Get Overload
Citrix.SDK.AppDNA Namespace