Share via


BpmMessage.Element property

Gets or sets the first class object (FCO) or annotation that received the action.

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

Syntax

'Declaration
Public Property Element As Object
    Get
    Set
'Usage
Dim instance As BpmMessage
Dim value As Object

value = instance.Element

instance.Element = value
public Object Element { get; set; }

Property value

Type: System.Object
The FCO or annotation that received the action.

See also

Reference

BpmMessage class

BpmMessage members

Microsoft.PerformancePoint.Scorecards namespace