DepartmentsDataSet.DepartmentsDataTable.DEPARTMENT_FULLNAMEColumn Property
Gets the schema of the DEPARTMENT_FULLNAMEColumn in the DepartmentsDataTable.
Namespace: [Admin Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Admin.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Admin.asmx?wsdl
Syntax
'Declaration
Public ReadOnly Property DEPARTMENT_FULLNAMEColumn As DataColumn
Get
'Usage
Dim instance As DepartmentsDataSet.DepartmentsDataTable
Dim value As DataColumn
value = instance.DEPARTMENT_FULLNAMEColumn
public DataColumn DEPARTMENT_FULLNAMEColumn { get; }
Property Value
Type: System.Data.DataColumn
See Also
Reference
DepartmentsDataSet.DepartmentsDataTable Class