Share via


SPIrmSettings.IrmRMSUseAD property

Gets or sets a Boolean value that specifies whether to find Information Rights Management (IRM) servers by using Active Directory.

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

Syntax

'Declaration
Public Property IrmRMSUseAD As Boolean
    Get
    Set
'Usage
Dim instance As SPIrmSettings
Dim value As Boolean

value = instance.IrmRMSUseAD

instance.IrmRMSUseAD = value
public bool IrmRMSUseAD { get; set; }

Property value

Type: System.Boolean
true to find IRM servers by using Active Directory Domain Services; otherwise, false.

See also

Reference

SPIrmSettings class

SPIrmSettings members

Microsoft.SharePoint.Administration namespace