WriteError.Category Property

Definition

Provides access to the Category parameter.

public:
 property System::Activities::InArgument<System::Management::Automation::ErrorCategory> ^ Category { System::Activities::InArgument<System::Management::Automation::ErrorCategory> ^ get(); void set(System::Activities::InArgument<System::Management::Automation::ErrorCategory> ^ value); };
[System.ComponentModel.DefaultValue(null)]
public System.Activities.InArgument<System.Management.Automation.ErrorCategory> Category { get; set; }
[<System.ComponentModel.DefaultValue(null)>]
member this.Category : System.Activities.InArgument<System.Management.Automation.ErrorCategory> with get, set
Public Property Category As InArgument(Of ErrorCategory)

Property Value

Attributes

Applies to