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.ChildEnumerator.Current

[To be supplied.]

[Visual Basic]
Public ReadOnly Property Current As DirectoryEntry
[C#]
public DirectoryEntry Current {get;}
[C++]
public: __property DirectoryEntry* get_Current();
[JScript]
public function get Current() : DirectoryEntry;

See Also

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