Share via


DriverPrioritizationDataSet.PrioritizationDataTable.CONSISTENCY_RATIOColumn Property

Defines the column for the CONSISTENCY_RATIO 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 CONSISTENCY_RATIOColumn As DataColumn
    Get
'Usage
Dim instance As DriverPrioritizationDataSet.PrioritizationDataTable
Dim value As DataColumn

value = instance.CONSISTENCY_RATIOColumn
public DataColumn CONSISTENCY_RATIOColumn { get; }

Property Value

Type: System.Data.DataColumn

See Also

Reference

DriverPrioritizationDataSet.PrioritizationDataTable Class

DriverPrioritizationDataSet.PrioritizationDataTable Members

Driver Web Service