ProfilePropertyGroup Class

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

Abstraction for a profile property group. Represents a collection of profile properties and/or groups. This class cannot be inherited.

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

Syntax

'Declaration
Public NotInheritable Class ProfilePropertyGroup _
    Implements IDisposable, IProfileElements
'Usage
Dim instance As ProfilePropertyGroup
public sealed class ProfilePropertyGroup : IDisposable, 
    IProfileElements
public ref class ProfilePropertyGroup sealed : IDisposable, 
    IProfileElements
public final class ProfilePropertyGroup implements IDisposable, IProfileElements

Remarks

This class serves as an abstraction for a profile property group.

Inheritance Hierarchy

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

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

ProfilePropertyGroup Members

Microsoft.CommerceServer.Runtime.Profiles Namespace