TeamProjectCollectionWebService.DeleteServicingStepGroups Method

Namespace:  Microsoft.TeamFoundation.Framework.Server.Alm.WebServices
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
<WebMethodAttribute> _
Public Sub DeleteServicingStepGroups ( _
    stepGroups As List(Of String) _
)
[WebMethodAttribute]
public void DeleteServicingStepGroups(
    List<string> stepGroups
)
[WebMethodAttribute]
public:
void DeleteServicingStepGroups(
    List<String^>^ stepGroups
)
[<WebMethodAttribute>]
member DeleteServicingStepGroups : 
        stepGroups:List<string> -> unit
public function DeleteServicingStepGroups(
    stepGroups : List<String>
)

Parameters

.NET Framework Security

See Also

Reference

TeamProjectCollectionWebService Class

Microsoft.TeamFoundation.Framework.Server.Alm.WebServices Namespace