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