ResourcePlanDataSet.UtilizationRow.RESPLAN_UTILIZATION_DATE Property
Specifies the date and time of resource utilization for the current resource plan.
Namespace: WebSvcResourcePlan
Assembly: ProjectServerWebServices (in ProjectServerWebServices.dll)
Syntax
'Declaration
Public Property RESPLAN_UTILIZATION_DATE As DateTime
Get
Set
'Usage
Dim instance As ResourcePlanDataSet.UtilizationRow
Dim value As DateTime
value = instance.RESPLAN_UTILIZATION_DATE
instance.RESPLAN_UTILIZATION_DATE = value
public DateTime RESPLAN_UTILIZATION_DATE { get; set; }
Property Value
Type: System.DateTime
See Also
Reference
ResourcePlanDataSet.UtilizationRow Class