TestimoX

API Reference

Enum

DirectoryAccountKind

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

Specifies which directory account types should be returned when querying staleness.

Inheritance

  • Enum
  • DirectoryAccountKind

Values

public const DirectoryAccountKind Any #

Return both users and computers.

Value: 0
public const DirectoryAccountKind User #

Return only users.

Value: 1
public const DirectoryAccountKind Computer #

Return only computers.

Value: 2