ProcessTemplate.GetProcessTemplateFromResources Method (String)
Namespace: Microsoft.TeamFoundation.Build.Server
Assembly: Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)
Syntax
'Declaration
Public Shared Function GetProcessTemplateFromResources ( _
processTemplateName As String _
) As String
public static string GetProcessTemplateFromResources(
string processTemplateName
)
public:
static String^ GetProcessTemplateFromResources(
String^ processTemplateName
)
static member GetProcessTemplateFromResources :
processTemplateName:string -> string
public static function GetProcessTemplateFromResources(
processTemplateName : String
) : String
Parameters
- processTemplateName
Type: System.String
Return Value
Type: System.String
Returns 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.