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)
Available in Sandboxed Solutions: No
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.