Share via


ProfilePropertyGroupCollection Class

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

Abstraction for the ProfilePropertyGroup 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 ProfilePropertyGroupCollection _
    Implements ICollection, IEnumerable
'Usage
Dim instance As ProfilePropertyGroupCollection
public sealed class ProfilePropertyGroupCollection : ICollection, 
    IEnumerable
public ref class ProfilePropertyGroupCollection sealed : ICollection, 
    IEnumerable
public final class ProfilePropertyGroupCollection implements ICollection, IEnumerable

Remarks

Maintains a collection of ProfilePropertyGroup objects.

Inheritance Hierarchy

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

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

ProfilePropertyGroupCollection Members

Microsoft.CommerceServer.Runtime.Profiles Namespace