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
Microsoft.Office.RecordsManagement.InformationPolicy Namespace