SelectObjectCommand.SkipIndex Property

Definition

Used to display all objects at the specified indices.

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

Property Value

Int32[]
Attributes

Applies to