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