ProfilePropertyAttributeCollection Class

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

ICollection implementation for the ProfilePropertyAttribute objects collection. This class cannot be inherited.

Namespace:  Microsoft.CommerceServer.Runtime.Profiles
Assembly:  Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)

Syntax

'Declaration
Public NotInheritable Class ProfilePropertyAttributeCollection _
    Implements ICollection, IEnumerable
'Usage
Dim instance As ProfilePropertyAttributeCollection
public sealed class ProfilePropertyAttributeCollection : ICollection, 
    IEnumerable
public ref class ProfilePropertyAttributeCollection sealed : ICollection, 
    IEnumerable
public final class ProfilePropertyAttributeCollection implements ICollection, IEnumerable

Remarks

Maintains a collection of ProfilePropertyAttribute objects.

Inheritance Hierarchy

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

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

ProfilePropertyAttributeCollection Members

Microsoft.CommerceServer.Runtime.Profiles Namespace