Share via


TeamProjectCollectionWebService.GetServicingResources Method

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

Syntax

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

Return Value

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

.NET Framework Security

See Also

Reference

TeamProjectCollectionWebService Class

Microsoft.TeamFoundation.Framework.Server.WebServices Namespace