ProjectDataSet.TaskRow.IsTB_DUR_FMTNull Method
Determines whether the TB_DUR_FMT property is set to a a null reference (Nothing in Visual Basic) value.
Namespace: WebSvcStatusing
Assembly: ProjectServerWebServices (in ProjectServerWebServices.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