ProfilePropertyAttributeCollection Class (BCL)

The ICollection implementation for the profile attributes collection.

This class is sealed.

System.Object
**** Microsoft.CommerceServer.Runtime.Profiles.ProfilePropertyAttributeCollection

Public Instance Methods

Method Description
CopyTo(Array, Int32) Explicit ICollection.CopyTo implementation. This method copies the elements of this collection into the specified array.
GetEnumerator Retrieves the enumerator on this collection.

 

Public Instance Properties

Property Description
Count Returns the count of this collection.
IsSynchronized Indicates whether this collection supports synchronization.
Item(String) Indexer to allow for accessing the ProfilePropertyAttribute collection by name.
Item(Int32) Indexer to allow for accessing the ProfilePropertyAttribute collection by index.
SyncRoot Retrieves the object for synchronizing operations on this collection.

 

Requirements

Namespace: Microsoft.CommerceServer.Runtime.Profiles

Platforms: Windows 2000, Windows Server 2003

Assembly: Microsoft.CommerceServer.Runtime.dll

Copyright © 2005 Microsoft Corporation.
All rights reserved.