6 references to ReadOnlyDirectoryServerCollection
System.DirectoryServices (6)
artifacts\obj\System.DirectoryServices\Debug\net10.0\System.DirectoryServices.notsupported.cs (6)
768
public System.DirectoryServices.ActiveDirectory.
ReadOnlyDirectoryServerCollection
BridgeheadServers { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } }
778
public System.DirectoryServices.ActiveDirectory.
ReadOnlyDirectoryServerCollection
Servers { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } }
1008
public System.DirectoryServices.ActiveDirectory.
ReadOnlyDirectoryServerCollection
FindAllDirectoryServers() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
1009
public System.DirectoryServices.ActiveDirectory.
ReadOnlyDirectoryServerCollection
FindAllDirectoryServers(string siteName) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
1010
public System.DirectoryServices.ActiveDirectory.
ReadOnlyDirectoryServerCollection
FindAllDiscoverableDirectoryServers() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
1011
public System.DirectoryServices.ActiveDirectory.
ReadOnlyDirectoryServerCollection
FindAllDiscoverableDirectoryServers(string siteName) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }