Share via


RecordSeries.Name Property

NOTE: This API is now obsolete.

Gets the file type to which the rule applies.

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 Name As String
    Get
'Usage
Dim instance As RecordSeries
Dim value As String

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

Property Value

Type: System.String
A string containing the file type.

See Also

Reference

RecordSeries Class

RecordSeries Members

Microsoft.Office.RecordsManagement.RecordsRepository Namespace