Microsoft Identity Integration Server 2003 Developer Reference

TypeDescription.Name

The TypeDescription.Name gets a string that contains the name of the object Type. The object Type represents type declarations such as class types, interface types, array types, value types, and enumeration types, as defined in the Type Members class.
[C#]
public abstract String Name {get;}
[Visual Basic .NET]
Public MustOverride ReadOnly Property Name As String

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

Type