Datasnap.DSCommonServer.TDSServerMethodUserEventObject.UserRoles

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
Datasnap.DSCommonServer.pas
Datasnap.DSCommonServer.hpp
Unit: Datasnap.DSCommonServer
Parent: TDSServerMethodUserEventObject

Delphi

property UserRoles: TStrings read FUserRoles;

C++

__property System::Classes::TStrings* UserRoles = {read=FUserRoles};

Description

Provides the role names associated with this user name.

Read the UserRoles property to obtain the role names associated with this user name.

See Also