Datasnap.DSCommonServer.TDSServerMethodUserEventObject.DeniedRoles

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DeniedRoles : TStrings read FDeniedRoles;

C++

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

Properties

Type Visibility Source Unit Parent
property public
Datasnap.DSCommonServer.pas
Datasnap.DSCommonServer.hpp
Datasnap.DSCommonServer TDSServerMethodUserEventObject

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.

See Also