SelectObjectCommand.Index Property

Definition

Used to display the object at the specified index.

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

Property Value

Int32[]
Attributes

Applies to