Share via


ProjectDataSet.ProjectRow.PROJ_TYPE Property

Indicates the project type: regular, template, or proposal.

Namespace:  [Statusing Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Statusing.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Statusing.asmx?wsdl

Syntax

'Declaration
Public Property PROJ_TYPE As Integer
    Get
    Set
'Usage
Dim instance As ProjectDataSet.ProjectRow
Dim value As Integer

value = instance.PROJ_TYPE

instance.PROJ_TYPE = value
public int PROJ_TYPE { get; set; }

Property Value

Type: System.Int32

Remarks

0 = Regular project (default)

1 = Template

4 = Proposal

The project type can be set only when creating a project or upgrading from a project proposal to a regular project. You cannot change the project type by using methods such as QueueUpdateProject.

The Draft database or the Published database can contain projects with other PROJ_TYPE values, but they are for Project Server internal use. Projects of other types are not available to PSI calls.

See Also

Reference

ProjectDataSet.ProjectRow Class

ProjectDataSet.ProjectRow Members

Statusing Web Service