Deletes a servicing operation.
Namespace:  Microsoft.TeamFoundation.Framework.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Function DeleteServicingOperation ( _
    servicingOperation As String _
) As Boolean
bool DeleteServicingOperation(
    string servicingOperation
)
bool DeleteServicingOperation(
    String^ servicingOperation
)
abstract DeleteServicingOperation : 
        servicingOperation:string -> bool
function DeleteServicingOperation(
    servicingOperation : String
) : boolean
Parameters
- servicingOperation 
 Type: System.String- A servicing operation being deleted 
Return Value
Type: System.Boolean
true if the servicing is successfully found and deleted; otherwise, false. This method returns false if servicing operation is not found.
Remarks
This method does not delete servicing step groups that belong to the specified servicing operation.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.