WorkflowDataSet.WorkflowAssociationRow.IsWORKFLOW_ASSOCIATION_DESCRIPTIONNull method
Determines whether the WORKFLOW_ASSOCIATION_DESCRIPTION property is set to a null value.
Namespace: WebSvcWorkflow
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Function IsWORKFLOW_ASSOCIATION_DESCRIPTIONNull As Boolean
'Usage
Dim instance As WorkflowDataSet.WorkflowAssociationRow
Dim returnValue As Boolean
returnValue = instance.IsWORKFLOW_ASSOCIATION_DESCRIPTIONNull()
public bool IsWORKFLOW_ASSOCIATION_DESCRIPTIONNull()
Return value
Type: System.Boolean
See also
Reference
WorkflowDataSet.WorkflowAssociationRow class