ProjectDataSet.TaskRow.IsTASK_ACWPNull method
Determines whether the TASK_ACWP property is set to a null value.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Function IsTASK_ACWPNull As Boolean
'Usage
Dim instance As ProjectDataSet.TaskRow
Dim returnValue As Boolean
returnValue = instance.IsTASK_ACWPNull()
public bool IsTASK_ACWPNull()
Return value
Type: System.Boolean