Microsoft Identity Integration Server 2003 Developer Reference

TypeDescriptionCollection.Item

The TypeDescriptionCollection.Item property retrieves a TypeDescription object from the collection.
[C#]
public abstract TypeDescription this[
  String TypeName
] {get;}
[Visual Basic .NET]
Public MustOverride ReadOnly Property Item( _
  ByVal TypeName As String _
) As TypeDescription

Parameters

TypeName
The name of the type description object to retrieve.

Requirements

Product: Microsoft Identity Integration Server 2003 Service Pack 1
Namespace: Defined in Microsoft.MetadirectoryServices.
Assembly: Requires Microsoft.MetadirectoryServices (in Microsoft.MetadirectoryServices.dll).
.NET Framework: Requires .NET Framework 1.1.

See Also

TypeDescriptionCollection