Represents a collection of AttributeDescription objects.
Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in microsoft.metadirectoryservicesex.dll)

Usage

Visual Basic
Dim instance As AttributeDescriptionCollection

Syntax

Visual Basic
<DefaultMemberAttribute("Item")> _
Public MustInherit Class AttributeDescriptionCollection
		Implements IEnumerable
C#
[DefaultMemberAttribute("Item")] 
public abstract class AttributeDescriptionCollection : IEnumerable
C++
[DefaultMemberAttribute(L"Item")] 
public ref class AttributeDescriptionCollection abstract : IEnumerable
J#
/** @attribute DefaultMemberAttribute("Item") */ 
public abstract class AttributeDescriptionCollection implements IEnumerable
JScript
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