1 write to ParentIndex
System.DirectoryServices (1)
System\DirectoryServices\ActiveDirectory\Domain.cs (1)
1310
obj.
ParentIndex
= unmanagedTrust.ParentIndex;
2 references to ParentIndex
System.DirectoryServices (2)
System\DirectoryServices\ActiveDirectory\Domain.cs (2)
1337
Interop.Netapi32.DS_DOMAIN_TRUSTS parentTrust = (Interop.Netapi32.DS_DOMAIN_TRUSTS)unmanagedTrustList[obj.
ParentIndex
]!;
1376
if (tmpObject.
ParentIndex
== ((TrustObject)tmpTrustList[localDomainIndex]!).OriginalIndex)