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