GetErrorCommand.Newest Property

Definition

Gets or sets the number of error objects to resolve starting with newest first.

[System.Management.Automation.Alias(new System.String[] { "Last" })]
[System.Management.Automation.Parameter(ParameterSetName="Newest")]
[System.Management.Automation.ValidateRange(1, 2147483647)]
public int Newest { get; set; }
[<System.Management.Automation.Alias(new System.String[] { "Last" })>]
[<System.Management.Automation.Parameter(ParameterSetName="Newest")>]
[<System.Management.Automation.ValidateRange(1, 2147483647)>]
member this.Newest : int with get, set
Public Property Newest As Integer

Property Value

Attributes

Applies to