PartialClassGenerationTask.BuildTaskPath Property

Definition

Gets or sets the path of the assembly that contains 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 build task path.

Applies to