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