> > foreach DirectoryEntry n in??? > Habs gelöst:
System.DirectoryServices.PropertyCollection pc
= deAD.Properties;
foreach(string n in pc.PropertyNames)
{
Debug.WriteLine(n + " - " +
pc[n].Value);
}
Rene
_______________________________________________
CSharp.net Mailingliste, Postings senden an:
[email protected]
An-/Abmeldung und Suchfunktion unter:
http://www.glengamoi.com/mailman/listinfo/csharp.net
