WriteOrThrowErrorCommand.ErrorId 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.
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