RecordSeriesCollection.Item Property
NOTE: This API is now obsolete.
Gets the RecordSeries object at the specified index.
Namespace: Microsoft.Office.RecordsManagement.RecordsRepository
Assembly: Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)
Syntax
'Declaration
<ObsoleteAttribute("The Record Series is deprecated - use the routing rules list.")> _
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)
[ObsoleteAttribute("The Record Series is deprecated - use the routing rules list.")]
public RecordSeries this[
int index
] { get; }
Parameters
index
Type: System.Int32Index into the RecordSeriesCollection object.
Property Value
Type: Microsoft.Office.RecordsManagement.RecordsRepository.RecordSeries
See Also
Reference
RecordSeriesCollection Members
Microsoft.Office.RecordsManagement.RecordsRepository Namespace