ServerSecurityBLToFilterSubjects Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a value that indicates if a business logic routine on the appserver should be used to filter the subjects available to a user.
Namespace: DataPAServerSecurityAssembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool BLToFilterSubjects { get; set; }
Public Property BLToFilterSubjects As Boolean
Get
Set
public:
virtual property bool BLToFilterSubjects {
bool get () sealed;
void set (bool value) sealed;
}
function get_BLToFilterSubjects();
function set_BLToFilterSubjects(value);
Property Value
Type:
BooleanTrue if a business logic routine on the appserver should be used to filter the subjects available to a user.
Return Value
Type:
BooleanTrue if a business logic routine on the appserver should be used to filter the subjects available to a user.
Remarks See Also