SPIrmSettings.IrmChanges property
Gets or sets the number of times the Information Rights Management (IRM) settings have been changed.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property IrmChanges As UInteger
Get
Set
'Usage
Dim instance As SPIrmSettings
Dim value As UInteger
value = instance.IrmChanges
instance.IrmChanges = value
public uint IrmChanges { get; set; }
Property value
Type: System.UInt32
An unsigned 32-bit integer that specifies the number of times IRM settings have been changed.