GraphBuildRequestData.TargetNames Property

Definition

The name of the targets to build.

public:
 property System::Collections::Generic::ICollection<System::String ^> ^ TargetNames { System::Collections::Generic::ICollection<System::String ^> ^ get(); };
public System.Collections.Generic.ICollection<string> TargetNames { get; }
member this.TargetNames : System.Collections.Generic.ICollection<string>
Public ReadOnly Property TargetNames As ICollection(Of String)

Property Value

An array of targets in the project to be built.

Applies to