Datasnap.DSAuth.TRoleAuth.DeniedRoles

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DeniedRoles : TStringList read FDeniedRoles;

C++

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

Properties

Type Visibility Source Unit Parent
property public
Datasnap.DSAuth.pas
Datasnap.DSAuth.hpp
Datasnap.DSAuth TRoleAuth

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.