5 references to ADsPath
System.DirectoryServices (5)
System\DirectoryServices\DirectoryEntry.cs (5)
127
_path = _adsObject.
ADsPath
;
876
if (AdsObject.
ADsPath
.StartsWith("WinNT:", StringComparison.Ordinal))
879
string childPath = AdsObject.
ADsPath
;
880
string parentPath = newParent.AdsObject.
ADsPath
;
913
_path = _adsObject.
ADsPath
;