DataPA Enterprise Dashboard Controls API Reference
Gets and sets additional text that will be added to each page in the DataPA Enterprise Web application.

Namespace: DataPAServerSecurity
Assembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public string AdditionalHeaderText { get; set; }
Visual Basic
Public Property AdditionalHeaderText As String
	Get
	Set
Visual C++
public:
virtual property String^ AdditionalHeaderText {
	String^ get () sealed;
	void set (String^ value) sealed;
}

Property Value

Type: String
Additional text that will be added to each page in the DataPA Enterprise Web application.

Return Value

Type: String
Additional text that will be added to each page in the DataPA Enterprise Web application.

Remarks

Useful for adding tracking code such as Google Analytics tracking code.

See Also