ProgressRecord.Activity Property

Definition

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.

Applies to