ADObject Members
Include Protected Members
Include Inherited Members
Represents an object in an Active Directory data store.
The ADObject type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
DistinguishedName | Gets the distinguished name for the object. |
![]() |
ExchangeVersion | Gets the version of Microsoft Exchange that this object is associated with. |
![]() |
Guid | Gets the unique identifier for this object. |
![]() |
Identity | (Overrides ConfigurableObject.Identity.) |
![]() |
IsValid | Gets a value that indicates whether the object is configured correctly. (Inherited from ConfigurableObject.) |
![]() |
Name | Gets or sets the name associated with this object. |
![]() |
ObjectCategory | |
![]() |
ObjectClass | |
![]() |
OrganizationId | |
![]() |
OriginatingServer | (Inherited from ADRawEntry.) |
![]() |
WhenChanged | |
![]() |
WhenChangedUTC | |
![]() |
WhenCreated | |
![]() |
WhenCreatedUTC |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Clone | (Inherited from ConfigurableObject.) |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetProperties | (Inherited from ConfigurableObject.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
SetObjectClass | |
![]() |
ToString | (Overrides Object.ToString().) |
![]() |
Validate | (Inherited from ConfigurableObject.) |
![]() |
ValidateRead | (Overrides ConfigurableObject.ValidateRead(List<ValidationError>).) |
![]() |
ValidateWrite | (Overrides ConfigurableObject.ValidateWrite(List<ValidationError>).) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() |
IConfigurable.CopyChangesFrom | (Inherited from ConfigurableObject.) |
![]() ![]() |
IConfigurable.ObjectState | (Inherited from ConfigurableObject.) |
![]() ![]() |
IConfigurable.ResetChangeTracking | (Inherited from ConfigurableObject.) |
Top