Microsoft Identity Integration Server 2003 Developer Reference

ConnectorCollectionEnumerator.Reset

The Reset method sets the enumerator to the first CSEntry object in the enumeration.
[C#]
public void Reset();
[Visual Basic .NET]
Public Sub Reset()

Parameters

This method has no parameters.

Return Values

This method has no return values.

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