Action.Caption 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 the caption that is displayed for the Action.
[System.ComponentModel.Browsable(true)]
public string Caption { get; set; }
[<System.ComponentModel.Browsable(true)>]
member this.Caption : string with get, set
Public Property Caption As String
Property Value
A string that contains the caption for the Action.
- Attributes
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.