AttributeNameEnumerator Class

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

'Usage
Dim instance As AttributeNameEnumerator

Syntax

'Declaration
<SerializableAttribute> _
Public MustInherit Class AttributeNameEnumerator
    Implements IEnumerator
[SerializableAttribute] 
public abstract class AttributeNameEnumerator : IEnumerator
[SerializableAttribute] 
public ref class AttributeNameEnumerator abstract : IEnumerator
/** @attribute SerializableAttribute() */ 
public abstract class AttributeNameEnumerator implements IEnumerator
SerializableAttribute 
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

Reference

AttributeNameEnumerator Members
Microsoft.MetadirectoryServices Namespace
Microsoft.MetadirectoryServices
CSEntry
MVEntry