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!

DirectoryEntryPropertyCollection.PropertyEnumerator Class

Supports a simple ForEach-style iteration over a collection and defines enumerators, size, and synchronization methods.

Object
   DirectoryEntryPropertyCollection.PropertyEnumerator

[Visual Basic]
Public Class DirectoryEntryPropertyCollection.PropertyEnumerator
   Implements IEnumerator
[C#]
public class DirectoryEntryPropertyCollection.PropertyEnumerator :
   IEnumerator
[C++]
public __gc class
   DirectoryEntryPropertyCollection.PropertyEnumerator : public
   IEnumerator
[JScript]
public class DirectoryEntryPropertyCollection.PropertyEnumerator
   implements IEnumerator

Remarks

[To be supplied.]

Requirements

Namespace: System.DirectoryServices

Assembly: System.DirectoryServices.dll

See Also

DirectoryEntryPropertyCollection.PropertyEnumerator Members | System.DirectoryServices Namespace | DirectoryEntryPropertyCollection