Wher do I find a list of properties to add and load in a System.DirectoryServices.DirectorySearcher
For example: "memberOf"
mySearcher.PropertiesToLoad.Add("memberOf")
What other properties exist to load in a DirectorySearcher?
For example: "memberOf"
mySearcher.PropertiesToLoad.Add("memberOf")
What other properties exist to load in a DirectorySearcher?