TestimoX

API Reference

Class

DisplaySpecifierEntry

Namespace ADPlayground.DirectoryServices.DisplaySpecifierService
Assembly ADPlayground
Modifiers sealed

Represents a single displaySpecifier object of interest.

Inheritance

  • Object
  • DisplaySpecifierEntry

Constructors

Properties

public String DistinguishedName { get; set; } #

Distinguished name of the displaySpecifier object.

public String Locale { get; set; } #

Locale identifier container (e.g., 409 for en-US).

public String ClassName { get; set; } #

Display class CN (e.g., user-Display).

public IReadOnlyDictionary<String, String[]> Values { get; set; } #

Collected handler/value attributes keyed by attribute name.