DataPA Enterprise Dashboard Controls API Reference 
        
 Gets a value that indicates if the user denied access to the connections as they have been filtered.
 
        
        Namespace: DataPAClientConfigAssembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
| C# | 
|---|
public bool DenySystemsAccess { get; } | 
| Visual Basic | 
|---|
Public ReadOnly Property DenySystemsAccess As Boolean
	Get  | 
| Visual C++ | 
|---|
public:
virtual property bool DenySystemsAccess {
	bool get () sealed;
} | 
Return Value
Type: 
BooleanTrue if the user denied access to the connections as they have been filtered.
Remarks
See Also