Partilhar via


RecordSeriesCollection.Count Property

NOTE: This API is now obsolete.

Gets the total number of RecordSeries objects in this collection.

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 Property Count As Integer
    Get
'Usage
Dim instance As RecordSeriesCollection
Dim value As Integer

value = instance.Count
[ObsoleteAttribute("The Record Series is deprecated - use the routing rules list.")]
public int Count { get; }

Property Value

Type: System.Int32

See Also

Reference

RecordSeriesCollection Class

RecordSeriesCollection Members

Microsoft.Office.RecordsManagement.RecordsRepository Namespace