Share via


RecordSeriesCollection.Item Property

Gets the RecordSeries object at the specified index.

Namespace:  Microsoft.Office.RecordsManagement.RecordsRepository
Assembly:  Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)

Syntax

'Declaration
Public ReadOnly Default Property Item ( _
    index As Integer _
) As RecordSeries
    Get
'Usage
Dim instance As RecordSeriesCollection
Dim index As Integer
Dim value As RecordSeries

value = instance(index)
public RecordSeries this[
    int index
] { get; }

Parameters

Property Value

Type: Microsoft.Office.RecordsManagement.RecordsRepository.RecordSeries

See Also

Reference

RecordSeriesCollection Class

RecordSeriesCollection Members

Microsoft.Office.RecordsManagement.RecordsRepository Namespace