SPIrmSettings.IrmRMSEnabled property
Gets or sets a Boolean value that specifies whether to enable Information Rights Management (IRM) locally for sites.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property IrmRMSEnabled As Boolean
Get
Set
'Usage
Dim instance As SPIrmSettings
Dim value As Boolean
value = instance.IrmRMSEnabled
instance.IrmRMSEnabled = value
public bool IrmRMSEnabled { get; set; }
Property value
Type: System.Boolean
true to enable IRM locally for sites; otherwise, false.