DriverPrioritizationDataSet.PrioritizationRow.PRIORITIZATION_IS_COMPLETE Property
Gets a flag that indicates whether the specified prioritization is complete. Read-only.
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 Property PRIORITIZATION_IS_COMPLETE As Boolean
Get
Set
'Usage
Dim instance As DriverPrioritizationDataSet.PrioritizationRow
Dim value As Boolean
value = instance.PRIORITIZATION_IS_COMPLETE
instance.PRIORITIZATION_IS_COMPLETE = value
public bool PRIORITIZATION_IS_COMPLETE { get; set; }
Property Value
Type: System.Boolean
Returns Boolean.
Remarks
An automatically calculated prioritization is not complete until users have ranked all drivers in a prioritization against each other.
See Also
Reference
DriverPrioritizationDataSet.PrioritizationRow Class