Datasnap.DSCommonServer.TDSServerMethodUserEventObject.UserRoles

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property UserRoles: TStrings read FUserRoles;

C++

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

Properties

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

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