3 references to IAdsObjectOptions2
System.DirectoryServices (3)
System\DirectoryServices\DirectoryEntry.cs (3)
457
if (_adsObject is UnsafeNativeMethods.
IAdsObjectOptions2
)
467
unmanagedResult = ((UnsafeNativeMethods.
IAdsObjectOptions2
)_adsObject).GetOption(8, out o);
483
((UnsafeNativeMethods.
IAdsObjectOptions2
)_adsObject).SetOption(8, value);