CompilationPass2Task.BuildTaskPath Property

Definition

Gets or sets the path to the assembly for this build task.

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

Property Value

The assembly path.

Applies to