REST.Backend.KinveyApi.TKinveyApi.TUser.UserName

From RAD Studio API Documentation
Jump to: navigation, search

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.

See Also