SPList.InformationRightsManagementSettings property
settings of document library Information Rights Management (IRM)
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property InformationRightsManagementSettings As SPInformationRightsManagementSettings
Get
'Usage
Dim instance As SPList
Dim value As SPInformationRightsManagementSettings
value = instance.InformationRightsManagementSettings
public SPInformationRightsManagementSettings InformationRightsManagementSettings { get; }
Property value
Type: Microsoft.SharePoint.SPInformationRightsManagementSettings
Remarks
The InformationRightsManagementSettings property does not apply to picture library. If the template of the list is picture library, throws a System.NotSupportedException exception.