Microsoft Identity Integration Server 2003 Developer Reference

TypeDescription.Attributes

The TypeDescription.Attributes property gets an AttributeDescriptionCollection object that contains a collection of the AttributeDescription objects that exist in this Type.
[C#]
public abstract AttributeDescriptionCollection Attributes {get;}
[Visual Basic .NET]
Public MustOverride ReadOnly Property Attributes As AttributeDescriptionCollection

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

AttributeDescription, AttributeDescriptionCollection, Type