ServerSecurityContentBarTitle Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a property that determines the string used to identify the settings bar in the DataPA Enterprise Web page.
Namespace: DataPAServerSecurityAssembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string ContentBarTitle { get; set; }
Public Property ContentBarTitle As String
Get
Set
public:
virtual property String^ ContentBarTitle {
String^ get () sealed;
void set (String^ value) sealed;
}
function get_ContentBarTitle();
function set_ContentBarTitle(value);
Property Value
Type:
StringThe string used to identify the settings bar in the DataPA Enterprise Web page.
Return Value
Type:
StringThe string used to identify the settings bar in the DataPA Enterprise Web page.
Remarks See Also