DataPA Enterprise Dashboard Controls API Reference 
        
 Gets and sets a value that indicates if a business logic routine on the appserver should be used to filter the connections available to a user.
 
        
        Namespace: DataPAServerSecurityAssembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)
 Syntax
Syntax
| C# | 
|---|
| public bool BLToFilterConnections { get; set; } | 
| Visual Basic | 
|---|
| Public Property BLToFilterConnections As Boolean
	Get
	Set | 
| Visual C++ | 
|---|
| public:
virtual property bool BLToFilterConnections {
	bool get () sealed;
	void set (bool value) sealed;
} | 
Property Value
Type: 
BooleanTrue if a business logic routine on the appserver should be used to filter the connections available to a user.
Return Value
Type: 
BooleanTrue if a business logic routine on the appserver should be used to filter the connections available to a user.
Remarks
 See Also
See Also