DataPA Enterprise Dashboard Controls API Reference 
        
Assembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
True if the user cannot modify a query.
      
    
 Gets a value that indicates if the user can modify a query.
 
        
        Namespace: DataPAClientConfigAssembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
| C# | 
|---|
public bool RunQueryOnly { get; }  | 
| Visual Basic | 
|---|
Public ReadOnly Property RunQueryOnly As Boolean Get  | 
| Visual C++ | 
|---|
public: virtual property bool RunQueryOnly { bool get () sealed; }  | 
Return Value
Type: BooleanTrue if the user cannot modify a query.