DriverPrioritizationDataSet.PrioritizationDataTable.PRIORITIZATION_IS_USED_IN_ANALYSISColumn Property
Defines the column for the PRIORITIZATION_IS_USED_IN_ANALYSIS 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 PRIORITIZATION_IS_USED_IN_ANALYSISColumn As DataColumn
Get
'Usage
Dim instance As DriverPrioritizationDataSet.PrioritizationDataTable
Dim value As DataColumn
value = instance.PRIORITIZATION_IS_USED_IN_ANALYSISColumn
public DataColumn PRIORITIZATION_IS_USED_IN_ANALYSISColumn { get; }
Property Value
Type: System.Data.DataColumn
See Also
Reference
DriverPrioritizationDataSet.PrioritizationDataTable Class