Share via


StrategicImpactBehavior enumeration

Specifies how strategic impact values behave in a Project Server workflow stage.

Syntax

CSOM

enum StrategicImpactBehavior 

JSOM

PS.StrategicImpactBehavior

REST Interface

StrategicImpactBehavior enumeration is not expliclity defined in REST. Use the values below to understand what can be returned and set.

Members

Name Value Description
NotSpecified 0 The strategic impact is not specified in the stage.
ReadOnly 1 The strategic impact values are read-only.
ReadWrite 2 The strategic impact values are read/write.
Required 3 The strategic impact values are required.

See Also

Stage
StageCreationInformation