NodeInvocationInfo.ModuleName Property

Definition

Specifies the path to the Node.js module (i.e., .js file) relative to the project root.

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

Property Value

Applies to