AttributeDescriptionCollection Class

Represents a collection of AttributeDescription objects.

Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in Microsoft.MetadirectoryServicesEx.dll)

Usage

'Usage
Dim instance As AttributeDescriptionCollection

Syntax

'Declaration
<DefaultMemberAttribute("Item")> _
Public MustInherit Class AttributeDescriptionCollection
    Implements IEnumerable
[DefaultMemberAttribute("Item")] 
public abstract class AttributeDescriptionCollection : IEnumerable
[DefaultMemberAttribute(L"Item")] 
public ref class AttributeDescriptionCollection abstract : IEnumerable
/** @attribute DefaultMemberAttribute("Item") */ 
public abstract class AttributeDescriptionCollection implements IEnumerable
DefaultMemberAttribute("Item") 
public abstract class AttributeDescriptionCollection implements IEnumerable

Remarks

To get the attributes on an object—for example, through the WriteLine method—you must declare the TypeDescriptionCollection object so that you have access to the AttributeDescription objects. For more information and a code example, see TypeDescription.

Inheritance Hierarchy

System.Object
  Microsoft.MetadirectoryServices.AttributeDescriptionCollection

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

AttributeDescriptionCollection Members
Microsoft.MetadirectoryServices Namespace
Microsoft.MetadirectoryServices
TypeDescriptionCollection
TypeDescription