Share via


ProfileCollection Class

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

Abstraction for a read-only Profile object 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 ProfileCollection _
    Implements ICollection, IEnumerable
'Usage
Dim instance As ProfileCollection
public sealed class ProfileCollection : ICollection, 
    IEnumerable
public ref class ProfileCollection sealed : ICollection, 
    IEnumerable
public final class ProfileCollection implements ICollection, IEnumerable

Remarks

Maintains a collection of Profile objects.

Inheritance Hierarchy

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

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

ProfileCollection Members

Microsoft.CommerceServer.Runtime.Profiles Namespace