ResourcePlanDataSet.UtilizationRow.RESPLAN_UTILIZATION_DATE Property
Specifies the date and time of resource use for the current resource plan.
Namespace: [ResourcePlan Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/ResourcePlan.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/ResourcePlan.asmx?wsdl
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