Share via


SPWebService.IrmSettings Property

Gets the collection of IRM settings for the Web service.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Public ReadOnly Property IrmSettings As SPIrmSettings
    Get
'Usage
Dim instance As SPWebService
Dim value As SPIrmSettings

value = instance.IrmSettings
public SPIrmSettings IrmSettings { get; }

Property Value

Type: Microsoft.SharePoint.Administration.SPIrmSettings
An SPIrmSettings object.

See Also

Reference

SPWebService Class

SPWebService Members

Microsoft.SharePoint.Administration Namespace