ResourcePlanDataSet.PlanResourcesRow.ASSN_START_DATE property
Gets or sets the projected start date for the resource assignment that is associated with the current resource plan.
Namespace: WebSvcResourcePlan
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property ASSN_START_DATE As DateTime
Get
Set
'Usage
Dim instance As ResourcePlanDataSet.PlanResourcesRow
Dim value As DateTime
value = instance.ASSN_START_DATE
instance.ASSN_START_DATE = value
public DateTime ASSN_START_DATE { get; set; }
Property value
Type: System.DateTime
A date and time object.
See also
Reference
ResourcePlanDataSet.PlanResourcesRow class