IBuildDeletionResult Interface

An interface for a build deletion result. It represents the results of deleting a build from Team Foundation Server.

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

Syntax

'Declaration
Public Interface IBuildDeletionResult
public interface IBuildDeletionResult
public interface class IBuildDeletionResult
type IBuildDeletionResult =  interface end
public interface IBuildDeletionResult

The IBuildDeletionResult type exposes the following members.

Properties

  Name Description
Public property DropLocationFailure Gets the failure that is associated with drop location deletion, if a failure occurred.
Public property LabelFailure Gets the failure that is associated with label deletion, if a failure occurred.
Public property Successful Gets a flag that describes the success of the deletion.
Public property SymbolsFailure Gets the failure that is associated with symbols deletion, if a failure occurred.
Public property TestResultFailure Gets the failure that is associated with test result deletion, if a failure occurred.

Top

See Also

Reference

Microsoft.TeamFoundation.Build.Client Namespace