Share via


DataSourceVariable.VariableType Property (Microsoft.PerformancePoint.Scorecards)

The type of the variable.

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

Syntax

'Declaration
<XmlAttributeAttribute> _
Public Property VariableType As DataSourceVariableTypes
'Usage
Dim instance As DataSourceVariable
Dim value As DataSourceVariableTypes

value = instance.VariableType

instance.VariableType = value
[XmlAttributeAttribute] 
public DataSourceVariableTypes VariableType { get; set; }

See Also

Reference

DataSourceVariable Class
DataSourceVariable Members
Microsoft.PerformancePoint.Scorecards Namespace