Perforce API for the .Net CLR P4.Net

P4RecordSet.Item Property

Gets the record at the specified index.

[Visual�Basic]
Public�Default�ReadOnly�Property�Item( _
���ByVal Index�As�Integer�_
)�As�P4Record
[C#]
public�P4Record�this[
���intIndex
]�{get;}

Parameters

Index
Index of the record to get.

Property Value

Returns the record at 'Index'.

See Also

P4RecordSet Class | P4API Namespace