Class DirectoryObjectSelection
Represents a selection from DirectoryObjectDialog.
public class DirectoryObjectSelection : IDisposable
- Inheritance
-
DirectoryObjectSelection
- Implements
Constructors
- DirectoryObjectSelection(DS_SELECTION, string[])
Constructor that takes an underlying object and the names of additionally fetched attributes.
Properties
- ADSPath
The ADS path of the object.
- AdditionalAttributes
Additional attributes.
- Class
The schema classname of the object.
- DirectoryEntry
Returns a DirectoryEntry based on the ADSPath.
- Name
The name of the object.
- SID
The SID of the object.
- UPN
The UPN of the object.
- UnderlyingObject
The underlying object returned from the COM layer.