SortObjectCommand.Stable Property

Definition

Gets or sets a value indicating whether a stable sort is required.

[System.Management.Automation.Parameter(ParameterSetName="Default")]
public System.Management.Automation.SwitchParameter Stable { get; set; }
[<System.Management.Automation.Parameter(ParameterSetName="Default")>]
member this.Stable : System.Management.Automation.SwitchParameter with get, set
Public Property Stable As SwitchParameter

Property Value

Attributes

Remarks

Items that are duplicates according to the sort algorithm will appear in the same relative order in a stable sort.

Applies to