WriteOrThrowErrorCommand.ErrorId Property

Definition

ErrorRecord.ErrorId.

public:
 property System::String ^ ErrorId { System::String ^ get(); void set(System::String ^ value); };
public:
 property Platform::String ^ ErrorId { Platform::String ^ get(); void set(Platform::String ^ value); };
public string ErrorId { get; set; }
[System.Management.Automation.Parameter(ParameterSetName="NoException")]
[System.Management.Automation.Parameter(ParameterSetName="WithException")]
public string ErrorId { get; set; }
member this.ErrorId : string with get, set
[<System.Management.Automation.Parameter(ParameterSetName="NoException")>]
[<System.Management.Automation.Parameter(ParameterSetName="WithException")>]
member this.ErrorId : string with get, set
Public Property ErrorId As String

Property Value

Attributes

Applies to