Share via


UpdateAvailableEventArgs.Caption Property

Definition

Gets a string that contains the caption to display.

public:
 property System::String ^ Caption { System::String ^ get(); };
public string Caption { get; }
member this.Caption : string
Public ReadOnly Property Caption As String

Property Value

A string that contains a caption to display.

Remarks

The Caption and Text properties of the UpdateAvailableEventArgs class are displayed in dialog boxes when both the Caption and the Text values are not null (Nothing in Visual Basic).

Applies to