BpmMessage Class (Microsoft.PerformancePoint.Scorecards)

Represents the information on an action that occurred.

Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.dll)

Syntax

'Declaration
<SerializableAttribute> _
<XmlIncludeAttribute(GetType(DataSource))> _
<XmlIncludeAttribute(GetType(Scorecard))> _
<XmlIncludeAttribute(GetType(Indicator))> _
<XmlIncludeAttribute(GetType(Dashboard))> _
<XmlIncludeAttribute(GetType(Annotation))> _
<XmlIncludeAttribute(GetType(Kpi))> _
Public Class BpmMessage
'Usage
Dim instance As BpmMessage
[SerializableAttribute] 
[XmlIncludeAttribute(typeof(DataSource))] 
[XmlIncludeAttribute(typeof(Scorecard))] 
[XmlIncludeAttribute(typeof(Indicator))] 
[XmlIncludeAttribute(typeof(Dashboard))] 
[XmlIncludeAttribute(typeof(Annotation))] 
[XmlIncludeAttribute(typeof(Kpi))] 
public class BpmMessage

Inheritance Hierarchy

System.Object
  Microsoft.PerformancePoint.Scorecards.BpmMessage

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

BpmMessage Members
Microsoft.PerformancePoint.Scorecards Namespace