ProgressRecord.StatusDescription Property

Definition

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

Property Value

Applies to