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 値は使用できません。

適用対象

こちらもご覧ください