ErrorCategoryInfo.Activity Property
Definition
text description of the operation which encountered the error
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
text description of the operation
Remarks
By default, this is the cmdlet name.
The default can be overridden by calling Set with a
non-empty value, for example "Delete".