1 write to Name
System.DirectoryServices (1)
System\DirectoryServices\DirectoryEntry.cs (1)
1145newSDEntry.Name = SecurityDescriptorProperty;
3 references to Name
System.DirectoryServices (3)
System\DirectoryServices\PropertyCollection.cs (3)
234_currentPropName = ((UnsafeNativeMethods.IAdsPropertyEntry)prop).Name; 318return propCollection[((UnsafeNativeMethods.IAdsPropertyEntry)propList.Item(CurrentIndex)).Name]; 349return ((UnsafeNativeMethods.IAdsPropertyEntry)propList.Item(CurrentIndex)).Name;