ProjectDataSet.ProjectRow.PROJ_TYPE Property
Indicates the project type: regular, template, or proposal.
Namespace: WebSvcStatusing
Assembly: ProjectServerWebServices (in ProjectServerWebServices.dll)
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
0 = Regular project (default)
1 = Template
4 = Proposal
Remarks
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 using methods such as QueueUpdateProject.
The Draft or 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