6 references to ReadOnlyActiveDirectorySchemaPropertyCollection
System.DirectoryServices (6)
artifacts\obj\System.DirectoryServices\Debug\net10.0\System.DirectoryServices.notsupported.cs (6)
640
public System.DirectoryServices.ActiveDirectory.
ReadOnlyActiveDirectorySchemaPropertyCollection
FindAllDefunctProperties() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
641
public System.DirectoryServices.ActiveDirectory.
ReadOnlyActiveDirectorySchemaPropertyCollection
FindAllProperties() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
642
public System.DirectoryServices.ActiveDirectory.
ReadOnlyActiveDirectorySchemaPropertyCollection
FindAllProperties(System.DirectoryServices.ActiveDirectory.PropertyTypes type) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
672
public System.DirectoryServices.ActiveDirectory.
ReadOnlyActiveDirectorySchemaPropertyCollection
GetAllProperties() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
731
public void AddRange(System.DirectoryServices.ActiveDirectory.
ReadOnlyActiveDirectorySchemaPropertyCollection
properties) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
1390
public System.DirectoryServices.ActiveDirectory.
ReadOnlyActiveDirectorySchemaPropertyCollection
FindAllProperties() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }