DataPA Enterprise Dashboard Controls API Reference
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
The url that retrieves the XML data for this object
Gets the url that retrieves the XML data for this object.
Namespace: DataPAEnterpriseDashboardAssembly: 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: StringThe url that retrieves the XML data for this object