DataSourceVariable.AvailableValues Property (Microsoft.PerformancePoint.Scorecards)
The available values of the variable.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.dll)
Syntax
'Declaration
<XmlArrayAttribute> _
Public ReadOnly Property AvailableValues As List(Of String)
'Usage
Dim instance As DataSourceVariable
Dim value As List(Of String)
value = instance.AvailableValues
[XmlArrayAttribute]
public List<string> AvailableValues { get; }
See Also
Reference
DataSourceVariable Class
DataSourceVariable Members
Microsoft.PerformancePoint.Scorecards Namespace