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 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
- 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.
See Also
Reference
Microsoft.TeamFoundation.Build.Server.Compatibility Namespace