This documentation is archived and is not being maintained.

IBuildDefinition::LastGoodBuildLabel Property

Gets the name of the label for the last successful build for the build definition.

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

property String^ LastGoodBuildLabel {
	String^ get ();
}

Property Value

Type: System::String
The label name of the last build that was completed successfully for this build definition.

Show: