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