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