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;
A DirectoryEntryCollection containing the child entries of this node in the Active Directory hierarchy.
DirectoryEntry Class | DirectoryEntry Members | System.DirectoryServices Namespace | DirectoryEntryCollection