DataPA Enterprise Dashboard Controls API Reference
Gets and sets a property that determines the string used to identify the settings bar in the DataPA Enterprise Web page.

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

Syntax

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

Property Value

Type: String
The string used to identify the settings bar in the DataPA Enterprise Web page.

Return Value

Type: String
The string used to identify the settings bar in the DataPA Enterprise Web page.

Remarks