SecondClassElement Class
Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents the abstract base class for second class objects.
Inheritance Hierarchy
System.Object
Microsoft.PerformancePoint.Scorecards.Element
Microsoft.PerformancePoint.Scorecards.SecondClassElement
Microsoft.PerformancePoint.Scorecards.ConfiguredView
Microsoft.PerformancePoint.Scorecards.DashboardElement
Microsoft.PerformancePoint.Scorecards.KpiMeasure
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public MustInherit Class SecondClassElement _
Inherits Element
'Usage
Dim instance As SecondClassElement
[SerializableAttribute]
public abstract class SecondClassElement : Element
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.