Share via


StatusingDataSet.ProjectsRow.PROJ_TYPE property

Gets a value that specifies the type of project.

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

Syntax

'Declaration
Public Property PROJ_TYPE As Integer
    Get
    Set
'Usage
Dim instance As StatusingDataSet.ProjectsRow
Dim value As Integer

value = instance.PROJ_TYPE

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

Property value

Type: System.Int32
The default value is 0 (a regular project).

Remarks

You can compare this value with the Project.ProjectType enumeration.

See also

Reference

StatusingDataSet.ProjectsRow class

StatusingDataSet.ProjectsRow members

WebSvcStatusing namespace

PROJ_TYPE