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