DataPA Enterprise Dashboard Controls API Reference 
        
Assembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)
The Password used by the service when connecting to an AppServer to refresh a query set to auto refresh.
The Password used by the service when connecting to an AppServer to refresh a query set to auto refresh.
      
    
 Gets and sets the Password used by the service when connecting to an AppServer to refresh a query set to auto refresh.
 
        
        Namespace: DataPAServerSecurityAssembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)
 Syntax
Syntax
| C# | 
|---|
| public string ServerPassword { get; set; } | 
| Visual Basic | 
|---|
| Public Property ServerPassword As String Get Set | 
| Visual C++ | 
|---|
| public: virtual property String^ ServerPassword { String^ get () sealed; void set (String^ value) sealed; } | 
Property Value
Type: StringThe Password used by the service when connecting to an AppServer to refresh a query set to auto refresh.
Return Value
Type: StringThe Password used by the service when connecting to an AppServer to refresh a query set to auto refresh.
 Remarks
Remarks
Password is encrypted in this property.
 
     
     
     
     
     
           
          