DataPA Enterprise Dashboard Controls API Reference 
        
Assembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)
Additional text that will be added to each page in the DataPA Enterprise Web application.
Additional text that will be added to each page in the DataPA Enterprise Web application.
      
    
 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
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: 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
Remarks
Useful for adding tracking code such as Google Analytics tracking code.
 
     
     
     
     
     
           
          