System.Net.URLClient.TURI.Username

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property Username: string read FUsername write SetUserName;

C++

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

プロパティ

種類 可視性 ソース ユニット
property public
System.Net.URLClient.pas
System.Net.URLClient.hpp
System.Net.URLClient TURI


説明

URI のユーザー名です。

Username データ フィールドは URI のユーザー名部分です。

関連項目