CommerceProfileModule.ProfileContext Property (BCL)

The ProfileContext property gets the default ProfileContext instance created by the module.

Definition

[Visual Basic .NET]

Public Property ProfileContext As ProfileContext

[C#]

public ProfileContext ProfileContext{get; set;} 

Property Value

The ProfileContext object.

Remarks

The value will be null if the CommerceProfileModule was not configured in the web.config file. ASP.NET pages should reference this through the CommerceContext.Current.ProfileSystem property.

Requirements

Namespace: Microsoft.CommerceServer.Runtime.Profiles

Platforms: Windows 2000, Windows Server 2003

Assembly: Microsoft.CommerceServer.Runtime.dll

Copyright © 2005 Microsoft Corporation.
All rights reserved.