Share via


BpmMessage.Action property

Gets or sets the action that was performed on the object.

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntax

'Declaration
Public Property Action As BpmMessageAction
    Get
    Set
'Usage
Dim instance As BpmMessage
Dim value As BpmMessageAction

value = instance.Action

instance.Action = value
public BpmMessageAction Action { get; set; }

Property value

Type: Microsoft.PerformancePoint.Scorecards.BpmMessageAction
The action that was performed on the object.

See also

Reference

BpmMessage class

BpmMessage members

Microsoft.PerformancePoint.Scorecards namespace