Share via


UpdateAvailableEventArgs.Text Property

Definition

Gets a string that contains the text to display.

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

Property Value

A string that contains the text 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