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.