Advances the enumerator to the next
ConnectedMA
object in the enumeration.
Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in
microsoft.metadirectoryservicesex.dll)
Usage
Syntax
Visual Basic |
Public MustOverride Function MoveNext As Boolean
|
C# |
public abstract bool MoveNext ()
|
C++ |
public:
virtual bool MoveNext () abstract
|
J# |
public abstract boolean MoveNext ()
|
JScript |
public abstract function MoveNext () : boolean
|
Return Value
Returns
true if the enumerator is advanced to the next
ConnectedMA object in the enumeration, or
false if
there are no more
ConnectedMA objects in the
enumeration.
Thread Safety
Any public static (Shared in Visual
Basic) members of this type are thread safe. Any instance members
are not guaranteed to be thread safe.
Platforms
Target Platforms
See Also