Datasnap.DSAuth.TDSRoleItem.DeniedRoles

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DeniedRoles: TStrings read FDeniedRoles write SetDeniedRoles;

C++

__property DeniedRoles;

Properties

Type Visibility Source Unit Parent
property published
Datasnap.DSAuth.pas
Datasnap.DSAuth.hpp
Datasnap.DSAuth TDSRoleItem

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