Share via


ConnectionManagerFtpClass.ServerName プロパティ

定義

FTP サーバーの名前を取得します。値の設定も可能です。

public:
 virtual property System::String ^ ServerName { System::String ^ get(); void set(System::String ^ value); };
public virtual string ServerName { get; set; }
member this.ServerName : string with get, set
Public Overridable Property ServerName As String

プロパティ値

FTP サーバーの名前です。

実装

注釈

詳細については、「ConnectionManager」を参照してください。

適用対象