System.Net.URLClient.TURI.Username

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Username: string read FUsername write SetUserName;

C++

__property System::UnicodeString Username = {read=FUsername, write=SetUserName};

Properties

Type Visibility Source Unit Parent
property public
System.Net.URLClient.pas
System.Net.URLClient.hpp
System.Net.URLClient TURI

Description

Username of the URI.

The Username data field is the username part of the URI.

See Also