Microsoft Identity Integration Server 2003 Developer Reference

ConfigParameterEnumerator.MoveNext

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

Parameters

This method has no parameters.

Return Values

true if the method is successful; false if the enumerator points to the last element in the enumeration.

Requirements

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

See Also

ConfigParameterEnumerator, ConfigParameter