DataSourceVariable.SelectionType Property (Microsoft.PerformancePoint.Scorecards)
The selection type of the variable.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.dll)
Syntax
'Declaration
<XmlAttributeAttribute> _
Public Property SelectionType As DataSourceVariableSelectionTypes
'Usage
Dim instance As DataSourceVariable
Dim value As DataSourceVariableSelectionTypes
value = instance.SelectionType
instance.SelectionType = value
[XmlAttributeAttribute]
public DataSourceVariableSelectionTypes SelectionType { get; set; }
See Also
Reference
DataSourceVariable Class
DataSourceVariable Members
Microsoft.PerformancePoint.Scorecards Namespace