Share via


IProcessTemplate.TemplateType Property

Gets or sets the type of the build process template.

Namespace:  Microsoft.TeamFoundation.Build.Client
Assembly:  Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)

Syntax

'Declaration
Property TemplateType As ProcessTemplateType
ProcessTemplateType TemplateType { get; set; }
property ProcessTemplateType TemplateType {
    ProcessTemplateType get ();
    void set (ProcessTemplateType value);
}
abstract TemplateType : ProcessTemplateType with get, set
function get TemplateType () : ProcessTemplateType
function set TemplateType (value : ProcessTemplateType)

Property Value

Type: Microsoft.TeamFoundation.Build.Client.ProcessTemplateType
The type of the build process template.

Remarks

This property is for system use and should be set to ProcessTemplateType.Custom for all user-defined templates.

.NET Framework Security

See Also

Reference

IProcessTemplate Interface

Microsoft.TeamFoundation.Build.Client Namespace