How to instantiate a DirectoryEntry object with a domain?

Posted by AngryHacker on Stack Overflow See other posts from Stack Overflow or by AngryHacker
Published on 2010-04-08T23:36:43Z Indexed on 2010/04/08 23:43 UTC
Read the original article Hit count: 341

Filed under:
|
|
|

I have a list of System.DirectoryServices.ActiveDirectory.Domain objects gotten via this method. How do I know instantiate a DirectoryEntry object with this Domain object? The syntax seems to escape me.

© Stack Overflow or respective owner

Related posts about c#

Related posts about vs2008