REST.Backend.KinveyApi.TKinveyApi.TUser.UserName
Delphi
property UserName: string read FUserName;
C++
__property System::UnicodeString UserName = {read=FUserName};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | REST.Backend.KinveyApi.pas REST.Backend.KinveyApi.hpp |
REST.Backend.KinveyApi | TUser |
Description
Stores the user name of the TUser record.
The UserName property stores the user name of the TUser record as a string.