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