TeamProjectCollectionWebService.DeleteServicingStepGroups Method
Namespace: Microsoft.TeamFoundation.Framework.Server.WebServices
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Декларация
<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
- stepGroups
Type: System.Collections.Generic.List<String>
.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.
See Also
Reference
TeamProjectCollectionWebService Class
Microsoft.TeamFoundation.Framework.Server.WebServices Namespace