Profile Class

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

Abstraction for the profile object PIA type. This class cannot be inherited.

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

Syntax

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

Remarks

If you are using the Commerce Server membership provider, there will be a name conflict between the ASP.NET Profile class the Commerce Server Profile class. You must either use the fully-qualified name to refer to the Commerce Server Profile class, or you must provide an alias for the Commerce Server Profile class. For an example of aliasing the Profile class, see How To Access a Profile.

Inheritance Hierarchy

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

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

Profile Members

Microsoft.CommerceServer.Runtime.Profiles Namespace