ErrorCategoryInfo.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.
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".