ProgressRecord.CurrentOperation 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 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