WriteOrThrowErrorCommand.CategoryTargetType Property

Definition

ErrorRecord.CategoryInfo.TargetType.

public:
 property System::String ^ CategoryTargetType { System::String ^ get(); void set(System::String ^ value); };
public:
 property Platform::String ^ CategoryTargetType { Platform::String ^ get(); void set(Platform::String ^ value); };
public string CategoryTargetType { get; set; }
[System.Management.Automation.Alias(new System.String[] { "TargetType" })]
[System.Management.Automation.Parameter]
public string CategoryTargetType { get; set; }
member this.CategoryTargetType : string with get, set
[<System.Management.Automation.Alias(new System.String[] { "TargetType" })>]
[<System.Management.Automation.Parameter>]
member this.CategoryTargetType : string with get, set
Public Property CategoryTargetType As String

Property Value

Attributes

Applies to