ReplicationConnectionCollection.IndexOf(ReplicationConnection) Method

Definition

Returns the index of the first occurrence of the specified ReplicationConnection object in this collection.

public:
 int IndexOf(System::DirectoryServices::ActiveDirectory::ReplicationConnection ^ connection);
public int IndexOf (System.DirectoryServices.ActiveDirectory.ReplicationConnection connection);
member this.IndexOf : System.DirectoryServices.ActiveDirectory.ReplicationConnection -> int
Public Function IndexOf (connection As ReplicationConnection) As Integer

Parameters

connection
ReplicationConnection

The ReplicationConnection object to search for in this collection.

Returns

The zero-based index of the first matching object. Returns -1 if no member of the collection is identical to the ReplicationConnection object.

Exceptions

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

The connection parameter is null.

The specified connection does not exist.

Applies to

See also