ProjectImpactDataSet.ImpactStatementsDataTable.DRIVER_UIDColumn property
Defines the column for the DRIVER_UID field.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'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; }
Property value
Type: System.Data.DataColumn
See also
Reference
ProjectImpactDataSet.ImpactStatementsDataTable class