TestimoX

API Reference

Enum

DirectoryManagedObjectType

Namespace ADPlayground
Assembly ADPlayground
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Represents writable/readable directory object families supported by DirectoryObjectHelper.

Inheritance

  • Enum
  • DirectoryManagedObjectType

Values

public const DirectoryManagedObjectType User #

User object class.

Value: 0
public const DirectoryManagedObjectType Group #

Group object class.

Value: 1
public const DirectoryManagedObjectType Computer #

Computer object class.

Value: 2
public const DirectoryManagedObjectType OrganizationalUnit #

Organizational unit object class.

Value: 3