Share via


DriverPrioritizationDataSet.PrioritizationRow.PRIORITIZATION_IS_MANUAL Property

Gets or sets a flag that indicates whether updates to the prioritization are calculated manually.

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_MANUAL As Boolean
    Get
    Set
'Usage
Dim instance As DriverPrioritizationDataSet.PrioritizationRow
Dim value As Boolean

value = instance.PRIORITIZATION_IS_MANUAL

instance.PRIORITIZATION_IS_MANUAL = value
public bool PRIORITIZATION_IS_MANUAL { get; set; }

Property Value

Type: System.Boolean
Returns Boolean.

Remarks

The PRIORITIZATION_IS_MANUAL property is True if the information is updated manually, and False if the update occurs automatically.

After a prioritization is created, the PRIORITIZATION_IS_MANUAL value cannot be changed. Manual prioritization permits users to specify their own priority values. Automatic prioritization means that Project Server assigns values based on priorities already assigned in Project Web App.

See Also

Reference

DriverPrioritizationDataSet.PrioritizationRow Class

DriverPrioritizationDataSet.PrioritizationRow Members

Driver Web Service