ProgressRecord.Activity 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 description of the activity for which progress is being reported.
public:
property System::String ^ Activity { System::String ^ get(); void set(System::String ^ value); };
public:
property Platform::String ^ Activity { Platform::String ^ get(); void set(Platform::String ^ value); };
public string Activity { get; set; }
member this.Activity : string with get, set
Public Property Activity As String
Property Value
Remarks
States the overall intent of whats being accomplished, such as "Recursively removing item c:\temp." Typically displayed in conjunction with a progress bar.