Represents an attribute that is associated with a CSEntry object or an MVEntry object. You can create an instance of this abstract class only in a derived class.
Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in microsoft.metadirectoryservicesex.dll)

Usage

Visual Basic
Dim instance As Attrib

Syntax

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

Inheritance Hierarchy

System.Object
  Microsoft.MetadirectoryServices.Attrib

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