DataPA Enterprise Dashboard Controls API Reference 
        
 Gets a string representing the URL parameters string required to render this content.
 
        
        Namespace: DataPAClientConfigAssembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
| C# | 
|---|
public string URLParameters { get; } | 
| Visual Basic | 
|---|
Public ReadOnly Property URLParameters As String
	Get  | 
| Visual C++ | 
|---|
public:
virtual property String^ URLParameters {
	String^ get () sealed;
} | 
Return Value
Type: 
StringA string representing the URL parameters string required to render this content.
Remarks
See Also