ResourcePlanDataSet.PlanResourcesRow.RES_TERMINATION_DATE property
Gets or sets the termination date of the specified resource.
Namespace: WebSvcResourcePlan
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property RES_TERMINATION_DATE As DateTime
Get
Set
'Usage
Dim instance As ResourcePlanDataSet.PlanResourcesRow
Dim value As DateTime
value = instance.RES_TERMINATION_DATE
instance.RES_TERMINATION_DATE = value
public DateTime RES_TERMINATION_DATE { get; set; }
Property value
Type: System.DateTime
A date and time object.
See also
Reference
ResourcePlanDataSet.PlanResourcesRow class