WorkflowDataSet.EnterpriseProjectTypePDPsRow.PDP_POSITION Property
Gets or sets the project details page (PDP) position.
Namespace: [Workflow Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Workflow.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Workflow.asmx?wsdl
Syntax
'Declaration
Public Property PDP_POSITION As Integer
Get
Set
'Usage
Dim instance As WorkflowDataSet.EnterpriseProjectTypePDPsRow
Dim value As Integer
value = instance.PDP_POSITION
instance.PDP_POSITION = value
public int PDP_POSITION { get; set; }
Property Value
Type: System.Int32
Remarks
When you create an enterprise project type that is not using a workflow, you must choose a PDP from the list of available PDPs. This property specifies the order of the PDP in the list.
See Also
Reference
WorkflowDataSet.EnterpriseProjectTypePDPsRow Class