DashboardObjectXmlUrl Property |
|
DataPA OpenAnalytics API Reference
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 public string this[
string BaseURL = ""
] { get; }
Public ReadOnly Property XmlUrl (
Optional BaseURL As String = ""
) As String
Get
public:
virtual property String^ XmlUrl[String^ BaseURL = L""] {
String^ get (String^ BaseURL = L"") sealed;
}
function get_XmlUrl(BaseURL);
Parameters
- BaseURL (Optional)
- Type: SystemString
The base url for the web server.
Return Value
Type:
StringThe url that retrieves the XML data for this object
Remarks See Also