Share via


ProcessTemplate.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
Public Function GetResourceNames As String()
public string[] GetResourceNames()
public:
virtual array<String^>^ GetResourceNames() sealed
abstract GetResourceNames : unit -> string[] 
override GetResourceNames : unit -> string[] 
public final function GetResourceNames() : String[]

Return Value

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

Implements

IProcessTemplate.GetResourceNames()

.NET Framework Security

See Also

Reference

ProcessTemplate Class

Microsoft.TeamFoundation.Server.Core Namespace