ServerSecuritySettingsBarTitle Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a property that determines the string used to identify the contents 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 SettingsBarTitle { get; set; }
Public Property SettingsBarTitle As String
Get
Set
public:
virtual property String^ SettingsBarTitle {
String^ get () sealed;
void set (String^ value) sealed;
}
function get_SettingsBarTitle();
function set_SettingsBarTitle(value);
Property Value
Type:
StringThe string used to identify the contents bar in the DataPA Enterprise Web page.
Return Value
Type:
StringThe string used to identify the contents bar in the DataPA Enterprise Web page.
Remarks See Also