This documentation is archived and is not being maintained.

IBuildDeletionResult::Successful Property

Gets a flag that describes the success of the deletion.

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

property bool Successful {
	bool get ();
}

Property Value

Type: System::Boolean
True if the deletion was successful. If false, other properties should be examined for the source of the failure.

Show: