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