API Reference
Class
DisplaySpecifierEntry
Represents a single displaySpecifier object of interest.
Inheritance
- Object
- DisplaySpecifierEntry
Constructors
public DisplaySpecifierEntry() #Inherited Methods
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.