Datasnap.DSCommonServer.TDSServerMethodUserEventObject.DeniedRoles
[–] Properties | |
---|---|
Type: property | |
Visibility: public | |
Source: Datasnap.DSCommonServer.pas Datasnap.DSCommonServer.hpp
| |
Unit: Datasnap.DSCommonServer | |
Parent: TDSServerMethodUserEventObject |
Delphi
property DeniedRoles : TStrings read FDeniedRoles;
C++
__property System::Classes::TStrings* DeniedRoles = {read=FDeniedRoles};
Description
Provides a list of roles that are not authorized to access the construct annotated with this attribute.
Read the DeniedRoles property to obtain a list of roles that are not authorized to access the construct annotated with this attribute.
Note: Unauthorized access with one of these roles will result in an exception being thrown.