ISortCollection.Item[Int32] Property

Definition

Retrieves the specified sort item from the collection

public Microsoft.Hpc.Scheduler.Properties.SortProperty this[int index] { get; }
member this.Item(int) : Microsoft.Hpc.Scheduler.Properties.SortProperty
Default Public ReadOnly Property Item(index As Integer) As SortProperty

Parameters

index
Int32

The zero-based index of the sort item to retrieve from the collection

Property Value

A SortProperty object that defines the sort item.

Applies to