Share via


ADObject Members

Include Protected Members
Include Inherited Members

Represents an object in an Active Directory data store.

The ADObject type exposes the following members.

Constructors

  Name Description
Public method ADObject

Top

Properties

  Name Description
Public property DistinguishedName Gets the distinguished name for the object.
Public property ExchangeVersion Gets the version of Microsoft Exchange that this object is associated with.
Public property Guid Gets the unique identifier for this object.
Public property Identity (Overrides ConfigurableObject.Identity.)
Public property IsValid Gets a value that indicates whether the object is configured correctly. (Inherited from ConfigurableObject.)
Public property Name Gets or sets the name associated with this object.
Public property ObjectCategory
Public property ObjectClass
Public property OrganizationId
Public property OriginatingServer (Inherited from ADRawEntry.)
Public property WhenChanged
Public property WhenChangedUTC
Public property WhenCreated
Public property WhenCreatedUTC

Top

Methods

  Name Description
Public method Clone (Inherited from ConfigurableObject.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetProperties (Inherited from ConfigurableObject.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Protected method SetObjectClass
Public method ToString (Overrides Object.ToString().)
Public method Validate (Inherited from ConfigurableObject.)
Protected method ValidateRead (Overrides ConfigurableObject.ValidateRead(List<ValidationError>).)
Protected method ValidateWrite (Overrides ConfigurableObject.ValidateWrite(List<ValidationError>).)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IConfigurable.CopyChangesFrom (Inherited from ConfigurableObject.)
Explicit interface implemetationPrivate property IConfigurable.ObjectState (Inherited from ConfigurableObject.)
Explicit interface implemetationPrivate method IConfigurable.ResetChangeTracking (Inherited from ConfigurableObject.)

Top