ServerSecurityBLToAssignGroupPrivileges Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a value that indicates if a business logic routine on the server should be used to assign privileges to groups.
Namespace: DataPAServerSecurityAssembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool BLToAssignGroupPrivileges { get; set; }
Public Property BLToAssignGroupPrivileges As Boolean
Get
Set
public:
virtual property bool BLToAssignGroupPrivileges {
bool get () sealed;
void set (bool value) sealed;
}
function get_BLToAssignGroupPrivileges();
function set_BLToAssignGroupPrivileges(value);
Property Value
Type:
BooleanTrue if a business logic routine on the server should be used to assign privileges to groups.
Return Value
Type:
BooleanTrue if a business logic routine on the server should be used to assign privileges to groups.
Remarks See Also