Share via


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.

See also

Reference

SPIrmSettings class

SPIrmSettings members

Microsoft.SharePoint.Administration namespace