Datasnap.DSCommon.TDSClientCallbackChannelManager.UserName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property UserName: string read FUserName write FUserName;

C++

__property System::UnicodeString UserName = {read=FUserName, write=FUserName};

Properties

Type Visibility Source Unit Parent
property published
Datasnap.DSCommon.pas
Datasnap.DSCommon.hpp
Datasnap.DSCommon TDSClientCallbackChannelManager

Description

User name to use for authentication.

The UserName property specifies the user name to use for authentication.

See Also