Returns the value of the ProxyRole.
            
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Property ProxyRole As String
             
        
            
            'Usage
 
Dim instance As TdQueryBand
Dim value As String
 
instance.ProxyRole = value
 
value = instance.ProxyRole
             
        
            
            public string ProxyRole {get; set;}
             
        
            
            public:
property String^ ProxyRole {
   String^ get();
   void set (    String^ value);
}
             
        
             
        
            
            
             
            Exceptions
| Exception | Description | 
|---|
| TdException | Trusted Session is not supported by the connected 
            Advanced SQL Engine. | 
Requirements
| Product | Versions | Platforms | 
|---|
| .NET | 6, 7 | Windows, Linux, MacOS | 
| .NET Framework | 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8 | Windows | 
| .NET Standard | 2.0 | Windows, Linux, MacOS | 
 
            
            See Also