API Reference
Class
DeletedAdObject
Represents a deleted Active Directory object.
Inheritance
- Object
- DeletedAdObject
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
Accepted by parameters
- Constructor RecycleBinManager.RecycleBinManager
- Constructor RecycleBinManager.RecycleBinManager
- Method RecycleBinManager.DeleteObject
Constructors
public DeletedAdObject() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String DistinguishedName { get; set; } #Gets or sets the distinguished name.
public Nullable<DateTime> WhenChanged { get; set; } #Gets or sets the time the object was last changed.
public String ObjectClass { get; set; } #Gets or sets the object class.
public String SamAccountName { get; set; } #Gets or sets the sAMAccountName value.