ProjectDataSet.AssignmentDataTable.RES_GROUPColumn Property
Namespace: WebSvcProject
Assembly: ProjectServerWebServices (in ProjectServerWebServices.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