TeamProjectCollectionWebService.GetServicingStepGroupOperations Method

Returns a list of for servicing operations that specified step group belongs to.

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

Syntax

'Declaration
<WebMethodAttribute> _
Public Function GetServicingStepGroupOperations ( _
    stepGroup As String _
) As List(Of String)
[WebMethodAttribute]
public List<string> GetServicingStepGroupOperations(
    string stepGroup
)
[WebMethodAttribute]
public:
List<String^>^ GetServicingStepGroupOperations(
    String^ stepGroup
)
[<WebMethodAttribute>]
member GetServicingStepGroupOperations : 
        stepGroup:string -> List<string> 
public function GetServicingStepGroupOperations(
    stepGroup : String
) : List<String>

Parameters

Return Value

Type: System.Collections.Generic.List<String>

.NET Framework Security

See Also

Reference

TeamProjectCollectionWebService Class

Microsoft.TeamFoundation.Server.Core.WebServices Namespace