SPWebService.IrmSettings property

Gets the collection of IRM settings for the Web service.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

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