Action.Condition Property

Definition

Gets or sets a Multidimensional Expressions (MDX) expression that determines whether the Parent property applies to the target.

[System.ComponentModel.Browsable(true)]
public string Condition { get; set; }
[<System.ComponentModel.Browsable(true)>]
member this.Condition : string with get, set
Public Property Condition As String

Property Value

A String that contains the MDX expression.

Attributes

Remarks

The Condition property contains an MDX expression that evaluates to a Boolean value. If the expression returns true, then the Action applies to the target specified in the Target property. Otherwise, the Action is not applicable.

Applies to