NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

DirectoryEntry Properties

The properties of the DirectoryEntry class are listed below. For a complete list of DirectoryEntry class members, see the DirectoryEntry Members topic.

Public:

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.

See Also

DirectoryEntry Class | System.DirectoryServices Namespace