DirectoryServiceConnection.namingContexts field
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
Protected namingContexts As List(Of DirectoryServiceNamingContext)
'Usage
Dim value As List(Of DirectoryServiceNamingContext)
value = Me.namingContexts
Me.namingContexts = value
protected List<DirectoryServiceNamingContext> namingContexts
See also
Reference
DirectoryServiceConnection class