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

Returns the child with the given name.

Overload List

Returns the child with the given name.

[Visual Basic] Overloads Public Function Find(String) As DirectoryEntry
[C#] public DirectoryEntry Find(String);
[C++] public: DirectoryEntry* Find(String*);
[JScript] public function Find(String) : DirectoryEntry;

Returns the child with the given name and of the given type.

[Visual Basic] Overloads Public Function Find(String, String) As DirectoryEntry
[C#] public DirectoryEntry Find(String, String);
[C++] public: DirectoryEntry* Find(String*, String*);
[JScript] public function Find(String, String) : DirectoryEntry;

See Also

DirectoryEntryCollection Class | DirectoryEntryCollection Members | System.DirectoryServices Namespace