Datasnap.DSAuth.TRoleAuth.DeniedRoles

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

property DeniedRoles : TStringList read FDeniedRoles;

C++

__property System::Classes::TStringList* DeniedRoles = {read=FDeniedRoles};

Description

Returns the denied roles.

DeniedRoles returns a TStringList representation of the denied roles. The values stored in this are initialized from the comma-separated list of denied roles specified in the constructor.