Modifier

ActiveDirectorySchemaClassCollection.Remove Method

Definition

Removes the first occurrence of an object in this collection that is identical to the specified ActiveDirectorySchemaClass object.

public:
 void Remove(System::DirectoryServices::ActiveDirectory::ActiveDirectorySchemaClass ^ schemaClass);
public void Remove (System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass schemaClass);
member this.Remove : System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass -> unit
Public Sub Remove (schemaClass As ActiveDirectorySchemaClass)

Parameters

schemaClass
ActiveDirectorySchemaClass

The ActiveDirectorySchemaClass object to remove from this collection.

Exceptions

A call to the underlying directory service resulted in an error.

The object does not exist in the collection.

schemaClass is null.

The ActiveDirectorySchemaClass object has not yet been saved in the Active Directory Domain Services store.

Applies to

See also