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