DataPA Enterprise Dashboard Controls API Reference
Gets the url that retrieves the XML data for this object.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)

Syntax

C#
public string this[
	string BaseURL = ""
] { get; }
Visual Basic
Public ReadOnly Property XmlUrl ( 
	Optional BaseURL As String = ""
) As String
	Get
Visual C++
public:
virtual property String^ XmlUrl[String^ BaseURL = L""] {
	String^ get (String^ BaseURL = L"") sealed;
}

Parameters

BaseURL (Optional)
Type: System..::..String
The base url for the web server.

Return Value

Type: String
The url that retrieves the XML data for this object

Remarks