DriverPrioritizationDataSet.PrioritizationRow.PRIORITIZATION_IS_COMPLETE property
Gets a flag that indicates whether the specified prioritization is complete. Read-only.
Namespace: WebSvcDriver
Assembly: ProjectServerServices (in ProjectServerServices.dll)
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