IProcessTemplate.GetResourceNames Method

Get the resources names that are contained in the process template.

Namespace:  Microsoft.TeamFoundation.Server.Core
Assembly:  Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)

Syntax

'Declaration
Function GetResourceNames As String()
string[] GetResourceNames()
array<String^>^ GetResourceNames()
abstract GetResourceNames : unit -> string[] 
function GetResourceNames() : String[]

Return Value

Type: array<System.String[]
List of resource names in the template. Each resource can be retrieved by calling GetResource().

.NET Framework Security

See Also

Reference

IProcessTemplate Interface

Microsoft.TeamFoundation.Server.Core Namespace