Binding to Directory Objects
.NET Framework 3.5
The following topics provide code examples for binding to objects:
The DirectoryEntry object is used to bind to objects. When you bind to the object, you can read, modify, or delete the properties associated with that object. You can also add new children to the object or access child objects of that object.
See Also
Reference
System.DirectoryServicesDirectoryEntry
Concepts
Getting Started in System.DirectoryServicesCopyright © 2007 by Microsoft Corporation. All rights reserved.
Community Additions
Show: