ParameterMapping.IsConditionalDataEnabled Property
Gets or sets a Boolean value that indicates whether conditional behavior is enabled for the parameter.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Property IsConditionalDataEnabled As Boolean
Get
Set
'Usage
Dim instance As ParameterMapping
Dim value As Boolean
value = instance.IsConditionalDataEnabled
instance.IsConditionalDataEnabled = value
public bool IsConditionalDataEnabled { get; set; }
Property Value
Type: System.Boolean
true if conditional behavior is enabled for the parameter; otherwise false.