PropertyCollection::GetEnumerator Method ()

 

Returns an enumerator that you can use to iterate through this collection.

Namespace:   System.DirectoryServices
Assembly:  System.DirectoryServices (in System.DirectoryServices.dll)

public:
virtual IDictionaryEnumerator^ GetEnumerator() sealed

Return Value

Type: System.Collections::IDictionaryEnumerator^

An IDictionaryEnumerator that you can use to iterate through this collection.

Exception Condition
COMException

An error occurred during the call to the underlying interface.

.NET Framework
Available since 1.1
Return to top
Show: