ServiceProgressData.ProgressText 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 the message that indicates the current progress.
public:
property System::String ^ ProgressText { System::String ^ get(); };
public:
property Platform::String ^ ProgressText { Platform::String ^ get(); };
public string ProgressText { get; }
member this.ProgressText : string
Public ReadOnly Property ProgressText As String
Property Value
The message that indicates the current progress.