SPPeoplePickerSettings.ActiveDirectoryCustomQuery Property
Gets or sets the custom query that is sent to Active Directory Domain Services.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property ActiveDirectoryCustomQuery As String
Get
Set
'Usage
Dim instance As SPPeoplePickerSettings
Dim value As String
value = instance.ActiveDirectoryCustomQuery
instance.ActiveDirectoryCustomQuery = value
public string ActiveDirectoryCustomQuery { get; set; }
Property Value
Type: System.String
A string that specifies the custom query.