Microsoft Identity Integration Server 2003 Developer Reference

ConnectorCollectionEnumerator.MoveNext

The MoveNext method advances the enumerator to the next CSEntry object in the enumeration.
[C#]
public Boolean MoveNext();
[Visual Basic .NET]
Public Function MoveNext() As Boolean

Parameters

This method has no parameters.

Return Values

Returns True if the method is successful or False if the enumerator points to the last element in the enumeration.

Requirements

Product: Microsoft Identity Integration Server 2003
Namespace: Defined in Microsoft.MetadirectoryServices.
Assembly: Requires Microsoft.MetadirectoryServices (in Microsoft.MetadirectoryServices.dll).
.NET Framework: Requires .NET Framework 1.1.

See Also

CSEntry, ConnectorCollectionEnumerator