Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the GUID of the enterprise project type (EPT) used to create the project.
Namespace: [Project Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Project.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Project.asmx?wsdl
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
See Also
Reference
ProjectDataSet.ProjectRow Class