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