Represents an attribute description object.
Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in microsoft.metadirectoryservicesex.dll)

Usage

Visual Basic
Dim instance As AttributeDescription

Syntax

Visual Basic
Public MustInherit Class AttributeDescription
C#
public abstract class AttributeDescription
C++
public ref class AttributeDescription abstract
J#
public abstract class AttributeDescription
JScript
public abstract class AttributeDescription

Remarks

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


Inheritance Hierarchy

System.Object
  Microsoft.MetadirectoryServices.AttributeDescription

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