Enumerates the descriptions 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

Visual Basic
Dim instance As AttributeDescriptionEnumerator

Syntax

Visual Basic
Public MustInherit Class AttributeDescriptionEnumerator
		Implements IEnumerator
C#
public abstract class AttributeDescriptionEnumerator : IEnumerator
C++
public ref class AttributeDescriptionEnumerator abstract : IEnumerator
J#
public abstract class AttributeDescriptionEnumerator implements IEnumerator
JScript
public abstract class AttributeDescriptionEnumerator implements IEnumerator

Inheritance Hierarchy

System.Object
  Microsoft.MetadirectoryServices.AttributeDescriptionEnumerator

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