WorkflowDataSet.EnterpriseProjectTypeRow.IsENTERPRISE_PROJECT_PLAN_TEMPLATE_UIDNull method
Determines whether the ENTERPRISE_PROJECT_PLAN_TEMPLATE_UID property is set to a null value.
Namespace: WebSvcWorkflow
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Function IsENTERPRISE_PROJECT_PLAN_TEMPLATE_UIDNull As Boolean
'Usage
Dim instance As WorkflowDataSet.EnterpriseProjectTypeRow
Dim returnValue As Boolean
returnValue = instance.IsENTERPRISE_PROJECT_PLAN_TEMPLATE_UIDNull()
public bool IsENTERPRISE_PROJECT_PLAN_TEMPLATE_UIDNull()
Return value
Type: System.Boolean
True if the property value is set to null; otherwise, False.
See also
Reference
WorkflowDataSet.EnterpriseProjectTypeRow class