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