Share via


ProviderUserKey Property

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

Gets the user identifier from the data store for the membership user.

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

Syntax

'Declaration
Public Overrides ReadOnly Property ProviderUserKey As Object
'Usage
Dim instance As UpmMembershipUser
Dim value As Object

value = instance.ProviderUserKey
public override Object ProviderUserKey { get; }
public:
virtual property Object^ ProviderUserKey {
    Object^ get () override;
}
public override function get ProviderUserKey () : Object

Property Value

Type: System..::.Object
The user identifier (GUID) from the data store for the membership user.

Remarks

The ProviderUserKey property exposes the identifier from the membership data source generically typed as an object.

Permissions

See Also

Reference

UpmMembershipUser Class

UpmMembershipUser Members

Microsoft.CommerceServer.Runtime.Profiles Namespace