RecordSeries.Location Property

Gets the storage location in the repository for file types that apply to the rule.

Namespace:  Microsoft.Office.RecordsManagement.RecordsRepository
Assembly:  Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)

Syntax

'Declaration
Public ReadOnly Property Location As SPList
    Get
'Usage
Dim instance As RecordSeries
Dim value As SPList

value = instance.Location
public SPList Location { get; }

Property Value

Type: Microsoft.SharePoint.SPList
The SPList object that applies to the rule.

See Also

Reference

RecordSeries Class

RecordSeries Members

Microsoft.Office.RecordsManagement.RecordsRepository Namespace