3 lines
164 B
C#
3 lines
164 B
C#
|
|
// Requires adding a reference to System.DirectoryServices
|
||
|
|
var objDE = new System.DirectoryServices.DirectoryEntry("LDAP://DC=onecity,DC=corp,DC=fabrikam,DC=com");
|