NodeServicesOptions.ProjectPath プロパティ

定義

が設定されている場合は、アプリケーションのルートへのパスをオーバーライドします。 このパスは、プロジェクトを基準 Node.js モジュールを検索するときに使用されます。

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

プロパティ値

適用対象