Creates an instance of the AttributeDescription class.
Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in microsoft.metadirectoryservicesex.dll)

Usage

Visual Basic
Dim instance As New AttributeDescription

Syntax

Visual Basic
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _
Protected Sub New
C#
[EditorBrowsableAttribute(EditorBrowsableState.Never)] 
protected AttributeDescription ()
C++
[EditorBrowsableAttribute(EditorBrowsableState::Never)] 
protected:
AttributeDescription ()
J#
/** @attribute EditorBrowsableAttribute(EditorBrowsableState.Never) */ 
protected AttributeDescription ()
JScript
EditorBrowsableAttribute(EditorBrowsableState.Never) 
protected function AttributeDescription ()

Remarks

The default constructor initializes any fields to their default values.

Platforms

Target Platforms

See Also