DriverDataSet.DriverDataTable.DRIVER_IS_USED_IN_PRIORITIZATIONColumn property
Define a coluna para o campo DRIVER_IS_USED_IN_PRIORITIZATION .
Namespace: WebSvcDriver
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaração
Public ReadOnly Property DRIVER_IS_USED_IN_PRIORITIZATIONColumn As DataColumn
Get
'Uso
Dim instance As DriverDataSet.DriverDataTable
Dim value As DataColumn
value = instance.DRIVER_IS_USED_IN_PRIORITIZATIONColumn
public DataColumn DRIVER_IS_USED_IN_PRIORITIZATIONColumn { get; }
Property value
Type: System.Data.DataColumn
Ver também
Referência
DriverDataSet.DriverDataTable class