ResourcePlanDataSet.UtilizationRow.RESPLAN_UTILIZATION_DATE property
Specifies the date and time of resource use for the current resource plan.
Namespace: WebSvcResourcePlan
Assembly: ProjectServerServices (in ProjectServerServices.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