Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.