RecordSeries.Default Property
NOTE: This API is now obsolete.
Gets a Boolean value that specifies whether the rule is configured as the default rule.
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 Default As Boolean
Get
'Usage
Dim instance As RecordSeries
Dim value As Boolean
value = instance.Default
[ObsoleteAttribute("The Record Series is deprecated - use the routing rules list.")]
public bool Default { get; }
Property Value
Type: System.Boolean
A Boolean value that specifies whether the rule is configured as the default rule.
See Also
Reference
Microsoft.Office.RecordsManagement.RecordsRepository Namespace