ResourcePlanDataSet.UtilizationRow.IsRESPLAN_START_DATENull method
Determines whether the ResourcePlanDataSet.UtilizationRow.RESPLAN_START_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_START_DATENull As Boolean
'Usage
Dim instance As ResourcePlanDataSet.UtilizationRow
Dim returnValue As Boolean
returnValue = instance.IsRESPLAN_START_DATENull()
public bool IsRESPLAN_START_DATENull()
Return value
Type: System.Boolean
See also
Reference
ResourcePlanDataSet.UtilizationRow class