Skip to content

ReportConfigurationService.Get Method (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 ReportConfiguration Get(
    string identifier
)

VB

Public Function Get ( 
    identifier As String
) As ReportConfiguration

Parameters

 

identifier
Type: System.String
The identifier of the ReportConfiguration

Return Value

Type: ReportConfiguration
Returns the requested ReportConfiguration object. Throws an exception if it cannot be retrieved.

See Also

Reference

ReportConfigurationService Class
Get Overload
Citrix.SDK.AppDNA Namespace

Was this article helpful?