Share via


WorkflowDataSet.EnterpriseProjectTypePDPsRow.PDP_POSITION property

Gets or sets the project details page (PDP) position.

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

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

WorkflowDataSet.EnterpriseProjectTypePDPsRow members

WebSvcWorkflow namespace