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.