Dela via


IBuildDeletionResult.Successful Property

Gets a value indicating the complete or partial success of a deletion. If false, other properties should be examined for the source of the failure.

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

Syntax

'Declaration
ReadOnly Property Successful As Boolean
'Usage
Dim instance As IBuildDeletionResult 
Dim value As Boolean 

value = instance.Successful
bool Successful { get; }
property bool Successful {
    bool get ();
}
function get Successful () : boolean

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

IBuildDeletionResult Interface

IBuildDeletionResult Members

Microsoft.TeamFoundation.Build.Client Namespace