DirectoryServiceNamingContext.ContainersExcluded Property
Gets a list of excluded directory containers.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
Public Property ContainersExcluded As List(Of String)
Get
Friend Set
'Usage
Dim instance As DirectoryServiceNamingContext
Dim value As List(Of String)
value = instance.ContainersExcluded
public List<string> ContainersExcluded { get; internal set; }
Property Value
Type: System.Collections.Generic.List<String>
See Also
Reference
DirectoryServiceNamingContext Class