PartialClassGenerationTask.BuildTaskPath Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.