DataPA Enterprise Dashboard Controls API Reference
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
The ApplicationPath for this Managed Dashboard.
The ApplicationPath for this Managed Dashboard.
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
C# |
---|
public string HttpApplicationPath { get; set; } |
Visual Basic |
---|
Public Property HttpApplicationPath As String Get Set |
Visual C++ |
---|
public: virtual property String^ HttpApplicationPath { String^ get () sealed; void set (String^ value) sealed; } |
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.