AttributeDescriptionCollection
The AttributeDescriptionCollection class represents a collection of AttributeDescription objects.
The AttributeDescriptionCollection class is derived from the System.Object class.
Public Methods
The AttributeDescriptionCollection class has the following public methods.
Method | Description |
---|---|
Equals(Object) | |
GetEnumerator() | |
GetHashCode() | |
GetType() | |
ToString() |
Public Properties
The AttributeDescriptionCollection class defines the following public properties.
Property | Description |
---|---|
Count | Data type: Int32 Access type: Read-only |
Item | Data type: AttributeDescription Access type: Read-only |
Protected Constructors
The AttributeDescriptionCollection class has the following protected constructor.
Constructor | Description |
---|---|
AttributeDescriptionCollection() |
Protected Methods
The AttributeDescriptionCollection class has the following protected methods.
Method | Description |
---|---|
Finalize() | |
MemberwiseClone() |
Remarks
To get the attributes on an object—for example, through the WriteLine method— you must declare the TypeDescriptionCollection in order to have access to the AttributeDescription objects. For more information and a code example, see TypeDescription.
Requirements
Product | Microsoft Identity Integration Server 2003 SP1 |
Namespace | Microsoft.MetadirectoryServices |
Assembly | Microsoft.MetadirectoryServices |
.NET Framework | .NET Framework 2.0 |
Send comments about this topic to Microsoft
Build date: 2/16/2009