ProgressRecord.CurrentOperation Property

Definition

Gets and sets the current operation of the many required to accomplish the activity (such as "copying foo.txt"). Normally displayed below its associated progress bar, e.g., "deleting file foo.bar" Set to null or empty in the case a sub-activity will be used to show the current operation.

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

Property Value

Applies to