This documentation is archived and is not being maintained.

IBuildDetailSpec::BuildNumber Property

Gets or sets the number of the desired builds. Wildcard characters are supported.

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

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

Property Value

Type: System::String
The number of the desired builds. Wildcard characters are supported.

Show: