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

属性值

适用于