LDAPConnection.AutoDiscover Property
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.dll)
Syntax
'Declaration
Public Property AutoDiscover As Boolean
Get
Set
'Usage
Dim instance As LDAPConnection
Dim value As Boolean
value = instance.AutoDiscover
instance.AutoDiscover = value
public bool AutoDiscover { get; set; }
Property Value
Type: System.Boolean