ServerSecurityAdditionalHeaderText Property |
|
DataPA OpenAnalytics API Reference
Gets and sets additional text that will be added to each page in the DataPA Enterprise Web application.
Namespace: DataPAServerSecurityAssembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string AdditionalHeaderText { get; set; }
Public Property AdditionalHeaderText As String
Get
Set
public:
virtual property String^ AdditionalHeaderText {
String^ get () sealed;
void set (String^ value) sealed;
}
function get_AdditionalHeaderText();
function set_AdditionalHeaderText(value);
Property Value
Type:
StringAdditional text that will be added to each page in the DataPA Enterprise Web application.
Return Value
Type:
StringAdditional 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