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