AttributeDescription Class
Represents an attribute description object.
Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in Microsoft.MetadirectoryServicesEx.dll)
Usage
'Usage
Dim instance As AttributeDescription
Syntax
'Declaration
Public MustInherit Class AttributeDescription
public abstract class AttributeDescription
public ref class AttributeDescription abstract
public abstract class AttributeDescription
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
Reference
AttributeDescription Members
Microsoft.MetadirectoryServices Namespace
AttributeType
Type Class
Microsoft.MetadirectoryServices