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
'Declaração
Property TemplateType As ProcessTemplateType
Get
Set
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.