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