PeerApplication.Path プロパティ

定義

PeerApplication 実行可能ファイルがローカル ファイル システム上に存在する場所を指定するパスを取得または設定します。

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

プロパティ値

ファイル パスを表す String。 明示的に指定しない限り、このプロパティの既定値は null です。

例外

PeerApplication オブジェクトは破棄されました。

注釈

Null または Empty 値は使用できません。

適用対象

こちらもご覧ください