Action.CaptionIsMdx Property

Definition

Gets or sets a value indicating whether the caption is a Multidimensional Expressions (MDX) expression.

[Microsoft.AnalysisServices.LocalizedDescription("PropertyDescription_Action_CaptionIsMdx")]
public bool CaptionIsMdx { get; set; }
[<Microsoft.AnalysisServices.LocalizedDescription("PropertyDescription_Action_CaptionIsMdx")>]
member this.CaptionIsMdx : bool with get, set
Public Property CaptionIsMdx As Boolean

Property Value

Boolean

true if the caption is an MDX expression; otherwise, false.

Attributes
Microsoft.AnalysisServices.LocalizedDescriptionAttribute

Applies to