This documentation is archived and is not being maintained.

IBuildControllerSpec::Name Property

Gets or sets the name of the desired build controllers. Wildcard characters are supported.

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

property String^ Name {
	String^ get ();
	void set (String^ value);
}

Property Value

Type: System::String
The name of the desired build controllers. Wildcard characters are supported.

Show: