Enumerates the names of attributes in an object. To retrieve an
instance of the
AttributeNameEnumerator class, call the
CSEntry
method or the
MVEntry
method.
Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in
microsoft.metadirectoryservicesex.dll)
Usage
Syntax
Visual Basic |
Public MustInherit Class AttributeNameEnumerator
Implements IEnumerator
|
C# |
public abstract class AttributeNameEnumerator : IEnumerator
|
C++ |
public ref class AttributeNameEnumerator abstract : IEnumerator
|
J# |
public abstract class AttributeNameEnumerator implements IEnumerator
|
JScript |
public abstract class AttributeNameEnumerator implements IEnumerator
|
Inheritance
Hierarchy
System.Object
Microsoft.MetadirectoryServices.AttributeNameEnumerator
Thread Safety
Any public static (Shared in Visual
Basic) members of this type are thread safe. Any instance members
are not guaranteed to be thread safe.
Platforms
Target Platforms
See Also