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