ProjectDataSet.TaskRow.IsTB_WORKNull Method
Determines whether the TB_WORK() property is set to a a null reference (Nothing in Visual Basic) value.
Namespace: WebSvcProject
Assembly: ProjectServerWebServices (in ProjectServerWebServices.dll)
Syntax
'Declaration
Public Function IsTB_WORKNull As Boolean
'Usage
Dim instance As ProjectDataSet.TaskRow
Dim returnValue As Boolean
returnValue = instance.IsTB_WORKNull()
public bool IsTB_WORKNull()
Return Value
Type: System.Boolean