Action.Condition Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.