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 Creates a clone of this ConfigurableObject instance. (Inherited from ConfigurableObject.)
Public method GetProperties Returns a collection of properties for this instance. (Inherited from ConfigurableObject.)
Protected method SetObjectClass
Public method ToString (Overrides Object.ToString().)
Protected method TryConvertOutputProperty(Object, PropertyDefinition, Object) (Inherited from ConfigurableObject.)
Protected method TryConvertOutputProperty(Object, String, Object) (Inherited from ConfigurableObject.)
Public method Validate Returns a list of validation errors for the object. (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 Copies changes from the specified source. (Inherited from ConfigurableObject.)
Explicit interface implemetationPrivate property IConfigurable.ObjectState Gets the object state. (Inherited from ConfigurableObject.)
Explicit interface implemetationPrivate method IConfigurable.ResetChangeTracking Clears change tracking entries for the object. (Inherited from ConfigurableObject.)

Top

See also

Reference

ADObject class

Microsoft.Exchange.Data.Directory namespace