Enum DirectoryScope
Scopes for DirectoryObjectDialog and DirectoryObjectSelection.
public enum DirectoryScope
Fields
Computer = 1
Computer (local users and groups can be selected).
Domain = 3
The domain a computer is joined to (all kinds of principals can be selected).
Enterprise = 4
The entire enterprise a computer is in (all kinds of principals can be selected).
Unknown = 0
Unknown.
Workgroup = 2
Workgroup (only computers can be selected).