Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- 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.