WorkflowDataSet.WorkflowStageDataTable.STATUS_PDP_UIDColumn Property
Defines the column for the STATUS_PDP_UID field.
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 ReadOnly Property STATUS_PDP_UIDColumn As DataColumn
Get
'Usage
Dim instance As WorkflowDataSet.WorkflowStageDataTable
Dim value As DataColumn
value = instance.STATUS_PDP_UIDColumn
public DataColumn STATUS_PDP_UIDColumn { get; }
Property Value
Type: System.Data.DataColumn
See Also
Reference
WorkflowDataSet.WorkflowStageDataTable Class