This documentation is archived and is not being maintained.
DirectoryEntry Properties
.NET Framework 1.1
The properties of the DirectoryEntry class are listed here. For a complete list of DirectoryEntry class members, see the DirectoryEntry Members topic.
Public Properties
![]() | Gets or sets the type of authentication to use. |
![]() | Gets a DirectoryEntries containing the child entries of this node in the Active Directory hierarchy. |
![]() | Gets the IContainer that contains the Component. |
![]() | Gets the globally unique identifier (GUID) of the DirectoryEntry. |
![]() | Gets the name of the object as named with the underlying directory service. |
![]() | Gets the globally unique identifier of the DirectoryEntry, as returned from the provider. |
![]() | Gets the native Active Directory Service Interfaces (ADSI) object. |
![]() | Gets this entry's parent in the Active Directory hierarchy. |
![]() | Gets or sets the password to use when authenticating the client. |
![]() | Gets or sets the path for this DirectoryEntry. |
![]() | Gets a PropertyCollection of properties set on this object. |
![]() | Gets the name of the schema used for this DirectoryEntry. |
![]() | Gets the DirectoryEntry that holds schema information for this entry. An entry's schema determines a list of its mandatory and optional property names. |
![]() | Gets or sets the ISite of the Component. |
![]() | Gets or sets a value indicating whether the cache should be committed after each operation. |
![]() | Gets or sets the user name to use when authenticating the client. |
Protected Properties
![]() | Gets a value that indicates whether the Component is currently in design mode. |
![]() | Gets the list of event handlers that are attached to this Component. |
See Also
Show: