WorkflowDataSet.EnterpriseProjectTypeRow.IsWORKFLOW_ASSOCIATION_UIDNull method

Determines whether the WORKFLOW_ASSOCIATION_UID property is set to a null value.

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

Syntax

'Declaration
Public Function IsWORKFLOW_ASSOCIATION_UIDNull As Boolean
'Usage
Dim instance As WorkflowDataSet.EnterpriseProjectTypeRow
Dim returnValue As Boolean

returnValue = instance.IsWORKFLOW_ASSOCIATION_UIDNull()
public bool IsWORKFLOW_ASSOCIATION_UIDNull()

Return value

Type: System.Boolean
True if the property value is set to null; otherwise, False.

See also

Reference

WorkflowDataSet.EnterpriseProjectTypeRow class

WorkflowDataSet.EnterpriseProjectTypeRow members

WebSvcWorkflow namespace