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.GetEnumerator

Returns an enumerator, which can be used to iterate through the collection.

[Visual Basic]
Public Function GetEnumerator() As ChildEnumerator
[C#]
public ChildEnumerator GetEnumerator();
[C++]
public: ChildEnumerator* GetEnumerator();
[JScript]
public function GetEnumerator() : ChildEnumerator;

Return Value

An enumerator, which can be used to iterate through the collection.

See Also

DirectoryEntryCollection Class | DirectoryEntryCollection Members | System.DirectoryServices Namespace | DirectoryEntryCollection.ChildEnumerator