ADPresentationObject Members
Include Protected Members
Include Inherited Members
Represents a presentation object for an ADObject.
The ADPresentationObject type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ADPresentationObject() | Initializes a new instance of the ADPresentationObject class. | |
ADPresentationObject(ADObject) | Initializes a new instance of the ADPresentationObject class based on an Active Directory data store object. |
Top
Properties
Name | Description | |
---|---|---|
CloneableEnabledStateProperties | Gets the list of properties on the presentation object marked with a ProvisionalCloneEnabledState attribute. | |
CloneableOnceProperties | Gets the list of properties on the presentation object that can be cloned only one time. | |
CloneableProperties | Gets the list of cloneable properties on the presentation object. | |
DistinguishedName | Gets the distinguished name for the object. (Inherited from ADObject.) | |
ExchangeVersion | Gets the version of Microsoft Exchange that this object is associated with. (Inherited from ADObject.) | |
Guid | Gets the unique identifier for this object. (Inherited from ADObject.) | |
Identity | (Inherited from ADObject.) | |
IsValid | Gets a value that indicates whether the presentation object is valid. (Overrides ConfigurableObject.IsValid.) | |
Name | Gets or sets the name associated with this object. (Inherited from ADObject.) | |
ObjectCategory | (Inherited from ADObject.) | |
ObjectClass | (Inherited from ADObject.) | |
OrganizationId | (Inherited from ADObject.) | |
OriginatingServer | (Inherited from ADRawEntry.) | |
WhenChanged | (Inherited from ADObject.) | |
WhenChangedUTC | (Inherited from ADObject.) | |
WhenCreated | (Inherited from ADObject.) | |
WhenCreatedUTC | (Inherited from ADObject.) |
Top
Methods
Name | Description | |
---|---|---|
Clone | (Inherited from ConfigurableObject.) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetCloneableEnabledStateProperties | Returns a list of properties on the presentation object marked with a ProvisionalCloneEnabledState attribute. | |
GetCloneableOnceProperties | Returns a list of properties on the presentation object with a ProvisionalCloneOnce attribute. | |
GetCloneableProperties | Returns a list of properties on the presentation object with a ProvisionalClone attribute. | |
GetHashCode | (Inherited from Object.) | |
GetProperties | (Inherited from ConfigurableObject.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
SetObjectClass | (Inherited from ADObject.) | |
ToString | (Inherited from ADObject.) | |
Validate | (Inherited from ConfigurableObject.) | |
ValidateRead | Validates the presentation object when it is read. (Overrides ADObject.ValidateRead(List<ValidationError>).) | |
ValidateWrite | Validates the presentation object when it is written. (Overrides ADObject.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
See Also