6 references to ReplicationConnectionCollection
System.DirectoryServices (6)
artifacts\obj\System.DirectoryServices\Debug\net10.0\System.DirectoryServices.notsupported.cs (6)
952
public override System.DirectoryServices.ActiveDirectory.
ReplicationConnectionCollection
InboundConnections { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } }
955
public override System.DirectoryServices.ActiveDirectory.
ReplicationConnectionCollection
OutboundConnections { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } }
1093
public abstract System.DirectoryServices.ActiveDirectory.
ReplicationConnectionCollection
InboundConnections { get; }
1096
public abstract System.DirectoryServices.ActiveDirectory.
ReplicationConnectionCollection
OutboundConnections { get; }
1202
public override System.DirectoryServices.ActiveDirectory.
ReplicationConnectionCollection
InboundConnections { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } }
1205
public override System.DirectoryServices.ActiveDirectory.
ReplicationConnectionCollection
OutboundConnections { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } }