ParameterUIElement Class (Microsoft.PerformancePoint.Scorecards)

The class that represents a ParameterUIElement.

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

Syntax

'Declaration
<SerializableAttribute> _
Public Class ParameterUIElement
    Inherits Element
    Implements IParameterPoint, IEquatable(Of ParameterUIElement), _
    IWebPluggableView
'Usage
Dim instance As ParameterUIElement
[SerializableAttribute] 
public class ParameterUIElement : Element, IParameterPoint, IEquatable<ParameterUIElement>, 
    IWebPluggableView

Inheritance Hierarchy

System.Object
   Microsoft.PerformancePoint.Scorecards.Element
    Microsoft.PerformancePoint.Scorecards.ParameterUIElement

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

ParameterUIElement Members
Microsoft.PerformancePoint.Scorecards Namespace