ITeamProjectCollectionServicing.DeleteServicingResources Method

Delete a servicing resource.

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

Syntax

'Declaration
Sub DeleteServicingResources ( _
    resourceNames As IEnumerable(Of String) _
)
void DeleteServicingResources(
    IEnumerable<string> resourceNames
)
void DeleteServicingResources(
    IEnumerable<String^>^ resourceNames
)
abstract DeleteServicingResources : 
        resourceNames:IEnumerable<string> -> unit
function DeleteServicingResources(
    resourceNames : IEnumerable<String>
)

Parameters

.NET Framework Security

See Also

Reference

ITeamProjectCollectionServicing Interface

Microsoft.TeamFoundation.Framework.Client Namespace