SelectObjectCommand.SkipLast 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.
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