Project.ProjectType property
Gets the type of project (standard project, template, master project, or subproject).
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public ReadOnly Property ProjectType As ProjectType
Get
'Usage
Dim instance As Project
Dim value As ProjectType
value = instance.ProjectType
[RemoteAttribute]
public ProjectType ProjectType { get; }
Property value
Type: Microsoft.ProjectServer.Client.ProjectType
The type of the project.