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