ProjectDataSet.TaskRow.IsTB_FINISHNull Method
Determines whether the TB_FINISH 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_FINISHNull As Boolean
'Usage
Dim instance As ProjectDataSet.TaskRow
Dim returnValue As Boolean
returnValue = instance.IsTB_FINISHNull()
public bool IsTB_FINISHNull()
Return Value
Type: System.Boolean