ProgressRecord.StatusDescription 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 and sets the current status of the operation, e.g., "35 of 50 items Copied." or "95% completed." or "100 files purged."
public:
property System::String ^ StatusDescription { System::String ^ get(); void set(System::String ^ value); };
public:
property Platform::String ^ StatusDescription { Platform::String ^ get(); void set(Platform::String ^ value); };
public string StatusDescription { get; set; }
member this.StatusDescription : string with get, set
Public Property StatusDescription As String