CommonMessagePump.ProgressText Property

Definition

Gets the progress text.

public:
 property System::String ^ ProgressText { System::String ^ get(); void set(System::String ^ value); };
public:
 property Platform::String ^ ProgressText { Platform::String ^ get(); void set(Platform::String ^ value); };
public string ProgressText { get; set; }
member this.ProgressText : string with get, set
Public Property ProgressText As String

Property Value

The progress text.

Applies to