DriverDataSet.DriverImpactStatementsDataTable.PROJECT_IMPACT_CF_UIDColumn Property
Defines the column for the PROJECT_IMPACT_CF_UID field.
Namespace: [Driver Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Driver.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Driver.asmx?wsdl
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