Datasnap.DSCommonServer.TDSServerMethodUserEventObject.AuthorizedRoles
| [–] Properties | |
|---|---|
| Type: property | |
| Visibility: public | |
| Source: Datasnap.DSCommonServer.pas Datasnap.DSCommonServer.hpp | |
| Unit: Datasnap.DSCommonServer | |
| Parent: TDSServerMethodUserEventObject | |
Delphi
property AuthorizedRoles : TStrings read FAuthorizedRoles;
C++
__property System::Classes::TStrings* AuthorizedRoles = {read=FAuthorizedRoles};
Description
Provides a list of roles that are authorized to access the construct annotated with this attribute.
Read the AuthorizedRoles property to obtain a list of roles that are authorized to access the construct annotated with this attribute.