WorkflowDataSet.EnterpriseProjectTypeDataTable.WORKFLOW_ASSOCIATION_UIDColumn property
Defines the column for the WORKFLOW_ASSOCIATION_UID field.
Namespace: WebSvcWorkflow
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public ReadOnly Property WORKFLOW_ASSOCIATION_UIDColumn As DataColumn
Get
'Usage
Dim instance As WorkflowDataSet.EnterpriseProjectTypeDataTable
Dim value As DataColumn
value = instance.WORKFLOW_ASSOCIATION_UIDColumn
public DataColumn WORKFLOW_ASSOCIATION_UIDColumn { get; }
Property value
Type: System.Data.DataColumn
A DataColumn object for the field.
See also
Reference
WorkflowDataSet.EnterpriseProjectTypeDataTable class