ProjectDataSet.ProjectRow.ENTERPRISE_PROJECT_TYPE_UID property

Gets or sets the GUID of the enterprise project type (EPT) used to create the project.

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

Syntax

'Declaration
Public Property ENTERPRISE_PROJECT_TYPE_UID As Guid
    Get
    Set
'Usage
Dim instance As ProjectDataSet.ProjectRow
Dim value As Guid

value = instance.ENTERPRISE_PROJECT_TYPE_UID

instance.ENTERPRISE_PROJECT_TYPE_UID = value
public Guid ENTERPRISE_PROJECT_TYPE_UID { get; set; }

Property value

Type: System.Guid
The GUID of the EPT.

See also

Reference

ProjectDataSet.ProjectRow class

ProjectDataSet.ProjectRow members

WebSvcProject namespace