TypeDescription Constructor
Creates an instance of the TypeDescription class.
Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in Microsoft.MetadirectoryServicesEx.dll)
Usage
'Usage
Dim instance As New TypeDescription
Syntax
'Declaration
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _
Protected Sub New
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
protected TypeDescription ()
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
protected:
TypeDescription ()
/** @attribute EditorBrowsableAttribute(EditorBrowsableState.Never) */
protected TypeDescription ()
EditorBrowsableAttribute(EditorBrowsableState.Never)
protected function TypeDescription ()
Remarks
The default constructor initializes any fields to their default values.
Platforms
Target Platforms
See Also
Reference
TypeDescription Class
TypeDescription Members
Microsoft.MetadirectoryServices Namespace
TypeDescription Class