ActiveDirectorySiteLinkCollection.Remove(ActiveDirectorySiteLink) Method

Definition

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

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

Parameters

link
ActiveDirectorySiteLink

The ActiveDirectorySiteLink 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.

link is null.

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

Applies to

See also