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!

DirectoryEntry.Children

Gets a DirectoryEntryCollection containing the child entries of this node in the Active Directory hierarchy.

[Visual Basic]
Public ReadOnly Property Children As DirectoryEntryCollection
[C#]
public DirectoryEntryCollection Children {get;}
[C++]
public: __property DirectoryEntryCollection* get_Children();
[JScript]
public function get Children() : DirectoryEntryCollection;

Property Value

A DirectoryEntryCollection containing the child entries of this node in the Active Directory hierarchy.

See Also

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