Datasnap.DSCommonServer.TDSServerMethodUserEventObject.UserName

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 UserName: string read GetSessionUserName;

C++

__property System::UnicodeString UserName = {read=GetSessionUserName};

Description

Provides the user name associated with the session.

Read the UserName property to obtain the user name associated with the session.

See Also