5 references to ReplicationNeighbor
System.DirectoryServices (5)
artifacts\obj\System.DirectoryServices\Debug\net10.0\System.DirectoryServices.notsupported.cs (5)
1596
public System.DirectoryServices.ActiveDirectory.
ReplicationNeighbor
.ReplicationNeighborOptions ReplicationNeighborOption { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } }
1625
public System.DirectoryServices.ActiveDirectory.
ReplicationNeighbor
this[int index] { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } }
1626
public bool Contains(System.DirectoryServices.ActiveDirectory.
ReplicationNeighbor
neighbor) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
1627
public void CopyTo(System.DirectoryServices.ActiveDirectory.
ReplicationNeighbor
[] neighbors, int index) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
1628
public int IndexOf(System.DirectoryServices.ActiveDirectory.
ReplicationNeighbor
neighbor) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }