Microsoft Identity Integration Server 2003 Developer Reference

ManagementAgentEnumerator.MoveNext

The MoveNext method advances the enumerator to the next management agent name 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 enumerator is advanced to the next management agent name in the enumeration or False if there are no more management agent names 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

ManagementAgentEnumerator