RecordSeries.Description Property
NOTE: This API is now obsolete.
Gets the human-readable text that explains the 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 Description As String
Get
'Usage
Dim instance As RecordSeries
Dim value As String
value = instance.Description
[ObsoleteAttribute("The Record Series is deprecated - use the routing rules list.")]
public string Description { get; }
Property Value
Type: System.String
A string that contains the description for the rule.
See Also
Reference
Microsoft.Office.RecordsManagement.RecordsRepository Namespace