Edit

Share via


PropertyRowSet.Item[Int32] Property

Definition

Retrieves the specified row from the rowset.

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

Parameters

index
Int32

A zero-based index to the row in the rowset that you want to retrieve.

Property Value

A PropertyRow object that contains the specified row from the rowset.

Applies to