StageCreationInformation.Behavior property

Gets or sets the Strategic Impact value for a project stage; for example, Read Only.

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

Syntax

'Declaration
<RemoteAttribute> _
Public Property Behavior As StrategicImpactBehavior
    Get
    Set
'Usage
Dim instance As StageCreationInformation
Dim value As StrategicImpactBehavior

value = instance.Behavior

instance.Behavior = value
[RemoteAttribute]
public StrategicImpactBehavior Behavior { get; set; }

Property value

Type: Microsoft.ProjectServer.Client.StrategicImpactBehavior
An enumerated value that represents a Strategic Impact value.

See also

Reference

StageCreationInformation class

StageCreationInformation members

Microsoft.ProjectServer.Client namespace