API Reference
Class
DeletedAdObject
Represents a deleted Active Directory object.
Inheritance
- Object
- DeletedAdObject
Constructors
public DeletedAdObject() #Inherited Methods
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.