Share via


Profile Property

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

Gets the Commerce Server Profile object representing this user.

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

Syntax

'Declaration
Protected ReadOnly Property Profile As Profile
'Usage
Dim value As Profile

value = Me.Profile
protected Profile Profile { get; }
protected:
property Profile^ Profile {
    Profile^ get ();
}
protected function get Profile () : Profile

Property Value

Type: Microsoft.CommerceServer.Runtime.Profiles..::.Profile
The Profile object representing this user.

Remarks

Returns the Commerce Server Profile object representing this user.

Permissions

See Also

Reference

UpmMembershipUser Class

UpmMembershipUser Members

Microsoft.CommerceServer.Runtime.Profiles Namespace