Page.Caption Property

Definition

Gets or sets the caption text.

public:
 property System::String ^ Caption { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.Localizable(true)]
public string Caption { get; set; }
[<System.ComponentModel.Localizable(true)>]
member this.Caption : string with get, set
Public Property Caption As String

Property Value

The caption text.

Attributes

Applies to