NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

DirectoryEntryCollection.ChildEnumerator Class

Supports a simple ForEach-style iteration over a collection and defines enumerators, size, and synchronization methods.

Object
   DirectoryEntryCollection.ChildEnumerator

[Visual Basic]
Public Class DirectoryEntryCollection.ChildEnumerator
   Implements IEnumerator
[C#]
public class DirectoryEntryCollection.ChildEnumerator : IEnumerator
[C++]
public __gc class DirectoryEntryCollection.ChildEnumerator : public
   IEnumerator
[JScript]
public class DirectoryEntryCollection.ChildEnumerator implements
   IEnumerator

Remarks

[To be supplied.]

Requirements

Namespace: System.DirectoryServices

Assembly: System.DirectoryServices.dll

See Also

DirectoryEntryCollection.ChildEnumerator Members | System.DirectoryServices Namespace | DirectoryEntryCollection