ProjectDataSet.TaskRow.PROJ_TYPE Property

The Project.ProjectType of the project to which the task belongs.

Namespace:  WebSvcStatusing
Assembly:  ProjectServerWebServices (in ProjectServerWebServices.dll)

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 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.

See Also

Reference

ProjectDataSet.TaskRow Class

ProjectDataSet.TaskRow Members

WebSvcStatusing Namespace