Datasnap.DSCommonServer.TDSServerMethodUserEventObject.AuthorizedRoles

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AuthorizedRoles : TStrings read FAuthorizedRoles;

C++

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

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 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.

See Also