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

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