ManagedDashboardHttpApplicationPath Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the the ApplicationPath for this Managed Dashboard.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public string HttpApplicationPath { get; set; }
Public Property HttpApplicationPath As String
Get
Set
public:
virtual property String^ HttpApplicationPath {
String^ get () sealed;
void set (String^ value) sealed;
}
function get_HttpApplicationPath();
function set_HttpApplicationPath(value);
Property Value
Type:
StringThe ApplicationPath for this Managed Dashboard.
Return Value
Type:
StringThe ApplicationPath for this Managed Dashboard.
Remarks Only applicable if the object is being rendered from a web application. Used to build the HTML to render the dashboard on the web.
See Also