ProjectDataSet.TaskRow.PROJ_TYPE Property
The Project.ProjectType of the project to which the task belongs.
Namespace: [Project Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Project.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Project.asmx?wsdl
Syntax
'Declaration
Public Property PROJ_TYPE As Integer
Get
Set
'Usage
Dim instance As ProjectDataSet.TaskRow
Dim value As Integer
value = instance.PROJ_TYPE
instance.PROJ_TYPE = value
public int PROJ_TYPE { get; set; }
Property Value
Type: System.Int32
Remarks
Read-only. The PROJ_TYPE property can be set only when a project is created.
The common project types are:
0 = Regular project (default)
1 = Template
4 = Project proposal
Other types are not available. Values may be used in the database, but they are for Project Server internal use and are not available for use through the PSI.