A
Arvind P Rangan
Hi
Code:
Dim entry As New DirectoryServices.DirectoryEntry("WinNT://Amber")
Dim mySearcher As New
System.DirectoryServices.DirectorySearcher(entry)
mySearcher.Filter = ("(anr= John)")
I like to know what does "anr" mean in this i want to know as i am bit
confused.
Please if it sounds 2 low level question also let me know.
Thanks
Regards
aRvind.
Code:
Dim entry As New DirectoryServices.DirectoryEntry("WinNT://Amber")
Dim mySearcher As New
System.DirectoryServices.DirectorySearcher(entry)
mySearcher.Filter = ("(anr= John)")
I like to know what does "anr" mean in this i want to know as i am bit
confused.
Please if it sounds 2 low level question also let me know.
Thanks
Regards
aRvind.