ResourcePlanDataSet.DatesDataTable.EndDateColumn property
Defines the column for the EndDate field.
Namespace: WebSvcResourcePlan
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public ReadOnly Property EndDateColumn As DataColumn
Get
'Usage
Dim instance As ResourcePlanDataSet.DatesDataTable
Dim value As DataColumn
value = instance.EndDateColumn
public DataColumn EndDateColumn { get; }
Property value
Type: System.Data.DataColumn
See also
Reference
ResourcePlanDataSet.DatesDataTable class