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
- stepGroup
Type: System.String
Return Value
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.