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