StrategicImpactBehavior enumeration

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

Namespace:  Microsoft.ProjectServer.Client
Assembly:  Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)

Syntax

'Declaration
Public Enumeration StrategicImpactBehavior
'Usage
Dim instance As StrategicImpactBehavior
public enum StrategicImpactBehavior

Members

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

Remarks

The StrategicImpactBehavior enumeration in the CSOM is equivalent to Workflow.StrategicImpactBehavior in the Microsoft.Office.Project.Server.Library namespace. The StrategicImpactBehavior constants can be used to compare with or set the following properties:

See also

Reference

Microsoft.ProjectServer.Client namespace