Microsoft Identity Integration Server 2003 Developer Reference

TypeDescriptionEnumerator.MoveNext

The TypeDescriptionEnumerator.MoveNext() method advances the enumerator to the next TypeDescription 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 enumerator advances to the next TypeDescription object in the enumeration; false if there are no more TypeDescription objects 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

TypeDescription