ProjectImpactDataSet.ImpactStatementsDataTable.DRIVER_UIDColumn Property
Defines the column for the DRIVER_UID field.
Namespace: [Project Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Project.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Project.asmx?wsdl
'Declaration
Public ReadOnly Property DRIVER_UIDColumn As DataColumn
Get
'Usage
Dim instance As ProjectImpactDataSet.ImpactStatementsDataTable
Dim value As DataColumn
value = instance.DRIVER_UIDColumn
public DataColumn DRIVER_UIDColumn { get; }
Type: System.Data.DataColumn
ProjectImpactDataSet.ImpactStatementsDataTable Class