ProcessTemplateVersion Constructor

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Sub New ( _
    typeId As Guid, _
    major As Integer, _
    minor As Integer _
)
public ProcessTemplateVersion(
    Guid typeId,
    int major,
    int minor
)
public:
ProcessTemplateVersion(
    Guid typeId, 
    int major, 
    int minor
)
new : 
        typeId:Guid * 
        major:int * 
        minor:int -> ProcessTemplateVersion
public function ProcessTemplateVersion(
    typeId : Guid, 
    major : int, 
    minor : int
)

Parameters

.NET Framework Security

See Also

Reference

ProcessTemplateVersion Structure

Microsoft.TeamFoundation.Framework.Server Namespace