API:Datasnap.DSAuth.TDSRoleItem.DeniedRoles

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: published
Source:
Datasnap.DSAuth.pas
Datasnap.DSAuth.hpp
Unit: Datasnap.DSAuth
Parent: TDSRoleItem

Delphi

property DeniedRoles;

C++

__property DeniedRoles;

Description

List of denied roles.

Datasnap.DSAuth.TDSRoleItem.DeniedRoles inherits from Datasnap.DSAuth.TDSCustomRoleItem.DeniedRoles. All content below this line refers to Datasnap.DSAuth.TDSCustomRoleItem.DeniedRoles.

List of denied roles.

DeniedRoles is a list of denied roles. The roles can be any string you like. Meaning is given to roles based on the ApplyTo property, and by the Authentication Manager.

See Also