Share via


IBuildProjectNode.TargetNames Property

Gets or sets the targets on which the project was invoked.

Namespace:  Microsoft.TeamFoundation.Build.Client
Assembly:  Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)

Syntax

'Declaration
Property TargetNames As String
string TargetNames { get; set; }
property String^ TargetNames {
    String^ get ();
    void set (String^ value);
}
abstract TargetNames : string with get, set
function get TargetNames () : String 
function set TargetNames (value : String)

Property Value

Type: System.String
The targets on which the project was invoked.

.NET Framework Security

See Also

Reference

IBuildProjectNode Interface

Microsoft.TeamFoundation.Build.Client Namespace