ResourcePlanDataSet.UtilizationRow.RESPLAN_FINISH_DATE Property
Specifies the end date of the 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_FINISH_DATE As DateTime
Get
Set
'Usage
Dim instance As ResourcePlanDataSet.UtilizationRow
Dim value As DateTime
value = instance.RESPLAN_FINISH_DATE
instance.RESPLAN_FINISH_DATE = value
public DateTime RESPLAN_FINISH_DATE { get; set; }
Property Value
Type: System.DateTime
See Also
Reference
ResourcePlanDataSet.UtilizationRow Class