2 references to Item
System.DirectoryServices (2)
System\DirectoryServices\PropertyCollection.cs (2)
318
return propCollection[((UnsafeNativeMethods.IAdsPropertyEntry)propList.
Item
(CurrentIndex)).Name];
349
return ((UnsafeNativeMethods.IAdsPropertyEntry)propList.
Item
(CurrentIndex)).Name;