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

Usage

Visual Basic
Dim instance As New TypeDescription

Syntax

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

Remarks

The default constructor initializes any fields to their default values.

Platforms

Target Platforms

See Also