Share via


SPIrmSettings.IrmAddinsEnabled property

Gets or sets a Boolean value that specifies whether to enable Information Rights Management (IRM) addins.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property IrmAddinsEnabled As Boolean
    Get
    Set
'Usage
Dim instance As SPIrmSettings
Dim value As Boolean

value = instance.IrmAddinsEnabled

instance.IrmAddinsEnabled = value
public bool IrmAddinsEnabled { get; set; }

Property value

Type: System.Boolean
true to enable IRM addins; otherwise, false.

See also

Reference

SPIrmSettings class

SPIrmSettings members

Microsoft.SharePoint.Administration namespace