DriverDataSet.DriverImpactStatementsDataTable.PROJECT_IMPACT_CF_UIDColumn property
Defines the column for the PROJECT_IMPACT_CF_UID field.
Namespace: WebSvcDriver
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public ReadOnly Property PROJECT_IMPACT_CF_UIDColumn As DataColumn
Get
'Usage
Dim instance As DriverDataSet.DriverImpactStatementsDataTable
Dim value As DataColumn
value = instance.PROJECT_IMPACT_CF_UIDColumn
public DataColumn PROJECT_IMPACT_CF_UIDColumn { get; }
Property value
Type: System.Data.DataColumn
See also
Reference
DriverDataSet.DriverImpactStatementsDataTable class