Action.Caption Property

Definition

Gets or sets the caption that is displayed for the Action.

[Microsoft.AnalysisServices.LocalizedDescription("PropertyDescription_Action_Caption")]
[System.ComponentModel.Browsable(true)]
public string Caption { get; set; }
[<Microsoft.AnalysisServices.LocalizedDescription("PropertyDescription_Action_Caption")>]
[<System.ComponentModel.Browsable(true)>]
member this.Caption : string with get, set
Public Property Caption As String

Property Value

String

A string that contains the caption for the Action.

Attributes
Microsoft.AnalysisServices.LocalizedDescriptionAttribute BrowsableAttribute

Remarks

The caption can be a Multidimensional Expressions (MDX) expression to be run by the server, in which case, the return value is sent to the client.

Applies to