Share via


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.

See also

Reference

ParameterMapping class

ParameterMapping members

Microsoft.PerformancePoint.Scorecards namespace