DirectoryControlCollection.Remove(DirectoryControl) Method

Definition

The Remove(DirectoryControl) method removes the first occurrence of the specified DirectoryControl object from the collection.

public:
 void Remove(System::DirectoryServices::Protocols::DirectoryControl ^ value);
public void Remove (System.DirectoryServices.Protocols.DirectoryControl value);
member this.Remove : System.DirectoryServices.Protocols.DirectoryControl -> unit
Public Sub Remove (value As DirectoryControl)

Parameters

value
DirectoryControl

The DirectoryControl object to remove.

Exceptions

Applies to