TeamProjectCollectionWebService.GetServicingResources Method
Namespace: Microsoft.TeamFoundation.Server.Core.WebServices
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.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
- 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.