ProjectDataSet.TaskRow.IsTASK_CPINull method

Determines whether the TASK_CPI property is set to a a null reference (Nothing in Visual Basic) value.

Namespace:  WebSvcStatusing
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
Public Function IsTASK_CPINull As Boolean
'Usage
Dim instance As ProjectDataSet.TaskRow
Dim returnValue As Boolean

returnValue = instance.IsTASK_CPINull()
public bool IsTASK_CPINull()

Return value

Type: System.Boolean

See also

Reference

ProjectDataSet.TaskRow class

ProjectDataSet.TaskRow members

WebSvcStatusing namespace