This documentation is archived and is not being maintained.

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)

property ProcessTemplateType TemplateType {
	ProcessTemplateType get ();
	void set (ProcessTemplateType value);
}

Property Value

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

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

Show: