This documentation is archived and is not being maintained.
DirectoryEntry Properties
Visual Studio 2010
The DirectoryEntry type exposes the following members.
| Name | Description | |
|---|---|---|
|
AuthenticationType | Gets or sets the type of authentication to use. |
|
CanRaiseEvents | Gets a value indicating whether the component can raise an event. (Inherited from Component.) |
|
Children | Gets the child entries of this node in the Active Directory Domain Services hierarchy. |
|
Container | Gets the IContainer that contains the Component. (Inherited from Component.) |
|
DesignMode | Gets a value that indicates whether the Component is currently in design mode. (Inherited from Component.) |
|
Events | Gets the list of event handlers that are attached to this Component. (Inherited from Component.) |
|
Guid | Gets the GUID of the DirectoryEntry. |
|
Name | Gets the name of the object as named with the underlying directory service. |
|
NativeGuid | Gets the GUID of the DirectoryEntry, as returned from the provider. |
|
NativeObject | Gets the native Active Directory Service Interfaces (ADSI) object. |
|
ObjectSecurity | Gets or sets the security descriptor for this entry. |
|
Options | Gets the provider-specific options for this entry. |
|
Parent | Gets this entry's parent in the Active Directory Domain Services hierarchy. |
|
Password | Sets the password to use when authenticating the client. |
|
Path | Gets or sets the path for this DirectoryEntry. |
|
Properties | Gets the Active Directory Domain Services properties for this DirectoryEntry object. |
|
SchemaClassName | Gets the name of the schema class for this DirectoryEntry object. |
|
SchemaEntry | Gets the schema object for this entry. |
|
Site | Gets or sets the ISite of the Component. (Inherited from Component.) |
|
UsePropertyCache | Gets or sets a value indicating whether the cache should be committed after each operation. |
|
Username | Gets or sets the user name to use when authenticating the client. |
Show: