SelectObjectCommand.SkipLast Property

Definition

Skip the specified number of items from end.

public:
 property int SkipLast { int get(); void set(int value); };
public:
 property int SkipLast { int get(); void set(int value); };
public int SkipLast { get; set; }
[System.Management.Automation.Parameter(ParameterSetName="SkipLastParameter")]
[System.Management.Automation.ValidateRange(0, 2147483647)]
public int SkipLast { get; set; }
member this.SkipLast : int with get, set
[<System.Management.Automation.Parameter(ParameterSetName="SkipLastParameter")>]
[<System.Management.Automation.ValidateRange(0, 2147483647)>]
member this.SkipLast : int with get, set
Public Property SkipLast As Integer

Property Value

Attributes

Applies to