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