ParameterUIElement.SelectionMode Property (Microsoft.PerformancePoint.Scorecards)
The filter selection mode.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.dll)
Syntax
'Declaration
<XmlAttributeAttribute> _
Public Property SelectionMode As ParameterSelectionMode
'Usage
Dim instance As ParameterUIElement
Dim value As ParameterSelectionMode
value = instance.SelectionMode
instance.SelectionMode = value
[XmlAttributeAttribute]
public ParameterSelectionMode SelectionMode { get; set; }
See Also
Reference
ParameterUIElement Class
ParameterUIElement Members
Microsoft.PerformancePoint.Scorecards Namespace