Expand Minimize
This topic has not yet been rated - Rate this topic

StrategicImpactBehavior enumeration

Office 2013

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)
Public Enumeration StrategicImpactBehavior
Dim instance As StrategicImpactBehavior
public enum StrategicImpactBehavior
Member nameDescription
NotSpecifiedValue=-1. The strategic impact is not specified in the stage.
ReadOnlyValue = 0. The strategic impact values are read-only.
ReadWriteValue = 1. The strategic impact values are read/write.
RequiredValue = 2. The strategic impact values are required.

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:

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.