Share via


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

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.

See Also

Reference

SPIrmSettings Class

SPIrmSettings Members

Microsoft.SharePoint.Administration Namespace