ProjectDataSet.ProjectRow.IsPROJ_OPT_DEF_FIX_COST_ACCRUALNull Method
Determines whether the PROJ_OPT_DEF_FIX_COST_ACCRUAL field is a null reference (Nothing in Visual Basic).
Namespace: WebSvcProject
Assembly: ProjectServerWebServices (in ProjectServerWebServices.dll)
Syntax
'Declaration
Public Function IsPROJ_OPT_DEF_FIX_COST_ACCRUALNull As Boolean
'Usage
Dim instance As ProjectDataSet.ProjectRow
Dim returnValue As Boolean
returnValue = instance.IsPROJ_OPT_DEF_FIX_COST_ACCRUALNull()
public bool IsPROJ_OPT_DEF_FIX_COST_ACCRUALNull()
Return Value
Type: System.Boolean
true if PROJ_OPT_DEF_FIX_COST_ACCRUAL is a null reference (Nothing in Visual Basic).
See Also
Reference
ProjectDataSet.ProjectRow Class