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