Project.InitialTargets Property

Definition

Gets or sets the InitialTargets attribute of the Project element in the MSBuild project.

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

Property Value

A semi-colon (;) delimited list of the targets specified in the InitialTargets attribute.

Applies to