WorkflowDataSet.EnterpriseProjectTypeRow.ENTERPRISE_PROJECT_PLAN_TEMPLATE_UID property
Gets or sets the project plan template GUID.
Namespace: WebSvcWorkflow
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property ENTERPRISE_PROJECT_PLAN_TEMPLATE_UID As Guid
Get
Set
'Usage
Dim instance As WorkflowDataSet.EnterpriseProjectTypeRow
Dim value As Guid
value = instance.ENTERPRISE_PROJECT_PLAN_TEMPLATE_UID
instance.ENTERPRISE_PROJECT_PLAN_TEMPLATE_UID = value
public Guid ENTERPRISE_PROJECT_PLAN_TEMPLATE_UID { get; set; }
Property value
Type: System.Guid
The GUID for a project plan template.
See also
Reference
WorkflowDataSet.EnterpriseProjectTypeRow class