The properties of the DirectoryEntry class are listed below. For a complete list of DirectoryEntry class members, see the DirectoryEntry Members topic.
Children | Gets a DirectoryEntryCollection containing the child entries of this node in the Active Directory hierarchy. |
Guid | Gets the globally unique identifier of the DirectoryEntry. |
Name | Gets the relative name of the object as named with the underlying directory service. |
NativeObject | Gets the native Active Directory Services Interface (ADSI) object. |
Parent | Gets this entry's parent entry in the store. |
Password | Gets or sets the password to use when authenticating the client. |
Path | Gets or sets the path for this DirectoryEntry. |
Properties | Gets a DirectoryEntryPropertyCollection of properties set on this object. |
SchemaClassName | Gets the name of the schema used for this DirectoryEntry. |
SchemaEntry | Gets the DirectoryEntry that holds schema information for this entry. |
Site (inherited from Component) | Gets or sets the site of the Component. |
UsePropertyCache | Gets a value indicating whether the cache should not be committed after each operation. |
Username | Gets or sets the username to use when authenticating the client. |
UseSecureAuthentication | Gets or sets a value indicating whether the WinNt provider uses NT LAN Manager (NTLM) to authenticate the client. |