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 Class

Contains the children (child entries) of an entry.

Object
   DirectoryEntryCollection

[Visual Basic]
Public Class DirectoryEntryCollection
   Implements ICollection, IEnumerable
[C#]
public class DirectoryEntryCollection : ICollection, IEnumerable
[C++]
public __gc class DirectoryEntryCollection : public ICollection,
   IEnumerable
[JScript]
public class DirectoryEntryCollection implements ICollection,
   IEnumerable

Remarks

[To be supplied.]

Requirements

Namespace: System.DirectoryServices

Assembly: System.DirectoryServices.dll

See Also

DirectoryEntryCollection Members | System.DirectoryServices Namespace