API Reference
Class
DisplaySpecifierEntry
Represents a single displaySpecifier object of interest.
Inheritance
- Object
- DisplaySpecifierEntry
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property DisplaySpecifierSnapshot.Entries
Constructors
public DisplaySpecifierEntry() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.