Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the data that specifies the parameter's conditional behavior.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Property ConditionalData As DataTable
Get
Set
'Usage
Dim instance As ParameterMapping
Dim value As DataTable
value = instance.ConditionalData
instance.ConditionalData = value
public DataTable ConditionalData { get; set; }
Property Value
Type: System.Data.DataTable
The data that specifies the parameter's conditional behavior.