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