Share via


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

DirectoryServiceNamingContext members

Microsoft.Office.Server.UserProfiles namespace