ProcessTemplate2010.TemplateType Property

Gets or sets the type of this template.

Namespace:  Microsoft.TeamFoundation.Build.Server.Compatibility
Assembly:  Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)

Syntax

'Declaration
<ClientPropertyAttribute(ClientVisibility.Public)> _
Public Property TemplateType As ProcessTemplateType2010
[ClientPropertyAttribute(ClientVisibility.Public)]
public ProcessTemplateType2010 TemplateType { get; set; }
[ClientPropertyAttribute(ClientVisibility::Public)]
public:
property ProcessTemplateType2010 TemplateType {
    ProcessTemplateType2010 get ();
    void set (ProcessTemplateType2010 value);
}
[<ClientPropertyAttribute(ClientVisibility.Public)>]
member TemplateType : ProcessTemplateType2010 with get, set
function get TemplateType () : ProcessTemplateType2010 
function set TemplateType (value : ProcessTemplateType2010)

Property Value

Type: Microsoft.TeamFoundation.Build.Server.Compatibility.ProcessTemplateType2010
Returns ProcessTemplateType2010.

.NET Framework Security

See Also

Reference

ProcessTemplate2010 Class

Microsoft.TeamFoundation.Build.Server.Compatibility Namespace