ResourcePlanDataSet.UtilizationRow.IsRESPLAN_UTILIZATION_DATENull method
Determines whether the RESPLAN_UTILIZATION_DATE property is set to a a null reference (Nothing in Visual Basic) value.
Namespace: WebSvcResourcePlan
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Function IsRESPLAN_UTILIZATION_DATENull As Boolean
'Usage
Dim instance As ResourcePlanDataSet.UtilizationRow
Dim returnValue As Boolean
returnValue = instance.IsRESPLAN_UTILIZATION_DATENull()
public bool IsRESPLAN_UTILIZATION_DATENull()
Return value
Type: System.Boolean
See also
Reference
ResourcePlanDataSet.UtilizationRow class