ResourcePlanDataSet.DatesRow.EndDate Property
Specifies the end date of the current resource plan.
Namespace: WebSvcResourcePlan
Assembly: ProjectServerWebServices (in ProjectServerWebServices.dll)
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