Share via


IBuildAgentSpec.Name Property

Gets or sets the name of the build agent or build agents.

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

Syntax

'Declaration
Property Name As String
'Usage
Dim instance As IBuildAgentSpec 
Dim value As String 

value = instance.Name

instance.Name = value
string Name { get; set; }
property String^ Name {
    String^ get ();
    void set (String^ value);
}
function get Name () : String 
function set Name (value : String)

Property Value

Type: System.String

Remarks

This property accepts wildcard characters.

.NET Framework Security

See Also

Reference

IBuildAgentSpec Interface

IBuildAgentSpec Members

Microsoft.TeamFoundation.Build.Client Namespace