DataPA Enterprise Dashboard Controls API Reference
Gets and sets the the ApplicationPath for this Managed Dashboard.

Namespace: DataPAEnterpriseDashboard
Assembly: 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: String
The ApplicationPath for this Managed Dashboard.

Return Value

Type: String
The 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