Datasnap.DSAuth.TRoleAuth.AuthorizedRoles

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 AuthorizedRoles : TStringList read FAuthorizedRoles;

C++

__property System::Classes::TStringList* AuthorizedRoles = {read=FAuthorizedRoles};

Description

Returns the authorized roles.

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