Share via


CustomSettingsControl.List property

Gets or sets the list the policy is set to.

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

Syntax

'Declaration
Public MustOverride Property List As SPList
    Get
    Set
'Usage
Dim instance As CustomSettingsControl
Dim value As SPList

value = instance.List

instance.List = value
public abstract SPList List { get; set; }

Property value

Type: Microsoft.SharePoint.SPList
The list the policy is set to.

See also

Reference

CustomSettingsControl class

CustomSettingsControl members

Microsoft.Office.RecordsManagement.InformationPolicy namespace