DepartmentsDataSet.DepartmentsDataTable.DEPARTMENT_NAMEColumn property
Gets the schema of the DEPARTMENT_NAMEColumn in the DepartmentsDataTable.
Namespace: WebSvcAdmin
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public ReadOnly Property DEPARTMENT_NAMEColumn As DataColumn
Get
'Usage
Dim instance As DepartmentsDataSet.DepartmentsDataTable
Dim value As DataColumn
value = instance.DEPARTMENT_NAMEColumn
public DataColumn DEPARTMENT_NAMEColumn { get; }
Property value
Type: System.Data.DataColumn
See also
Reference
DepartmentsDataSet.DepartmentsDataTable class