Gets a TypeDescription object from the collection.
Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in microsoft.metadirectoryservicesex.dll)

Usage

Visual Basic
Dim instance As TypeDescriptionCollection
Dim TypeName As String
Dim value As TypeDescription

value = instance(TypeName)

Syntax

Visual Basic
Public MustOverride ReadOnly Default Property Item ( _
		TypeName As String _
) As TypeDescription
C#
public abstract TypeDescription this [
		string TypeName
] { get; }
C++
public:
virtual property TypeDescription^ default [String^] {
		TypeDescription^ get (String^ TypeName) abstract;
}
J#
/** @property */
public abstract TypeDescription get_Item (String TypeName)
JScript

Parameters

TypeName

The name of the type description object to retrieve.

Property Value

Returns a TypeDescription object.

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