ProfilePropertyCollection Class
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Abstraction for the ProfileProperty objects collection. Represents a read-only collection of profile instances. This class cannot be inherited.
Namespace: Microsoft.CommerceServer.Runtime.Profiles
Assembly: Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)
Syntax
'Declaration
Public NotInheritable Class ProfilePropertyCollection _
Implements ICollection, IEnumerable
'Usage
Dim instance As ProfilePropertyCollection
public sealed class ProfilePropertyCollection : ICollection,
IEnumerable
public ref class ProfilePropertyCollection sealed : ICollection,
IEnumerable
public final class ProfilePropertyCollection implements ICollection, IEnumerable
Remarks
Maintains a collection of ProfileProperty objects.
Inheritance Hierarchy
System..::.Object
Microsoft.CommerceServer.Runtime.Profiles..::.ProfilePropertyCollection
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.