ValueCollectionEnumerator.MoveNext Method
The MoveNext method advances the enumerator to the next Value object in the enumeration.
Syntax
public Boolean MoveNext();
Public Function MoveNext() As Boolean
Parameters
This method has no parameters.
Return Value
Returns True if the enumerator is advanced to the next Value object in the enumeration or False if there are no more Value objects in the enumeration.
Requirements
Product | ILM 2007 FP1 |
Namespace | Microsoft.MetadirectoryServices |
Assembly | Microsoft.MetadirectoryServices |
.NET Framework | .NET Framework 2.0 |
See Also
Send comments about this topic to Microsoft
Build date: 2/16/2009