ActiveDirectorySchemaPropertyCollection.Remove Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Removes the first occurrence of an object in this collection that is identical to the specified ActiveDirectorySchemaProperty object.
public:
void Remove(System::DirectoryServices::ActiveDirectory::ActiveDirectorySchemaProperty ^ schemaProperty);
public void Remove (System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty schemaProperty);
member this.Remove : System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty -> unit
Public Sub Remove (schemaProperty As ActiveDirectorySchemaProperty)
Parameters
- schemaProperty
- ActiveDirectorySchemaProperty
The ActiveDirectorySchemaProperty object to remove from this collection.
Exceptions
A call to the underlying directory service resulted in an error.
The object does not exist in this collection.
schemaProperty
is null
.
The ActiveDirectorySchemaProperty object has not yet been saved in the Active Directory Domain Services store.
Applies to
See also
.NET