ReplicationConnectionCollection.IndexOf(ReplicationConnection) 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.
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.