ReportDescription Constructor¶
Initializes a new instance of the ReportDescription class.
Namespace: Citrix.SDK.AppDNA.Reporting
Assembly: Citrix.SDK.AppDNA (in Citrix.SDK.AppDNA.dll) Version: 7.11.0.0 (7.11.0.0)
Syntax¶
C¶
public ReportDescription(
string url,
string identifier,
string name
)
VB¶
Public Sub New (
url As String,
identifier As String,
name As String
)
Parameters¶
- url
- Type: System.String
The URL. - identifier
- Type: System.String
The identifier. - name
- Type: System.String
The name.
Exceptions¶
Exception | Condition |
---|---|
NotImplementedException |
See Also¶
Reference¶
ReportDescription Class
Citrix.SDK.AppDNA.Reporting Namespace