SendPacketsElement.FilePath プロパティ

定義

SendPacketsElement オブジェクトが filepath パラメーターで初期化されている場合に送信するファイルのファイル名を取得します。

public:
 property System::String ^ FilePath { System::String ^ get(); };
public string? FilePath { get; }
public string FilePath { get; }
member this.FilePath : string
Public ReadOnly Property FilePath As String

プロパティ値

オブジェクトが パラメーターで初期化された場合に送信する SendPacketsElement ファイルの filepath ファイル名。

注釈

汎用名前付け規則 (UNC) パスは、 プロパティで FilePath サポートされています。 ファイルが現在の作業ディレクトリにある場合は、パス情報を指定する必要はありません。

プロパティの FilePath 既定値は、 null オブジェクトが パラメーターで SendPacketsElement 初期化されていない場合です filepath

適用対象