Datasnap.DSSession.TDSSession.UserName
| [–] Properties | |
|---|---|
| Type: property | |
| Visibility: public | |
| Source: Datasnap.DSSession.pas Datasnap.DSSession.hpp
| |
| Unit: Datasnap.DSSession | |
| Parent: TDSSession | |
Delphi
property UserName: string read FUserName;
C++
__property System::UnicodeString UserName = {read=FUserName};
Description
Specifies the session's user name.
UserName is used to specify the session's user name. UserName should be left empty if the user is anonymous.