ITeamProjectCollectionServicing.GetServicingResources Method
Returns a list of ServicingResources by their unique name.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Function GetServicingResources As IList(Of String)
IList<string> GetServicingResources()
IList<String^>^ GetServicingResources()
abstract GetServicingResources : unit -> IList<string>
function GetServicingResources() : IList<String>
Return Value
Type: System.Collections.Generic.IList<String>
list of ServicingResource names
Remarks
There is no public way to access the content of a ServicingResource. You can only upload and remove servicingResources, not view them. The Framework StepPerformer has several stepTypes that will access these resources.
.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.