SPPeoplePickerSettings.ActiveDirectorySearchTimeout property
Gets or sets the amount of time before Active Directory search times out.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property ActiveDirectorySearchTimeout As TimeSpan
Get
Set
'Usage
Dim instance As SPPeoplePickerSettings
Dim value As TimeSpan
value = instance.ActiveDirectorySearchTimeout
instance.ActiveDirectorySearchTimeout = value
public TimeSpan ActiveDirectorySearchTimeout { get; set; }
Property value
Type: System.TimeSpan
A System.TimeSpan structure that specifies the amount of time before Active Directory search times out.