Share via


ProfileDefinitionName Property

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

Returns the name of the profile definition in which the user data is stored.

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

Syntax

'Declaration
Public Overridable ReadOnly Property ProfileDefinitionName As String
'Usage
Dim instance As UpmMembershipProvider
Dim value As String

value = instance.ProfileDefinitionName
public virtual string ProfileDefinitionName { get; }
public:
virtual property String^ ProfileDefinitionName {
    String^ get ();
}
public function get ProfileDefinitionName () : String

Property Value

Type: System..::.String
Returns the name of the profile definition in which the user data is stored.

Remarks

Returns the name of the profile store where user data is stored.

Permissions

See Also

Reference

UpmMembershipProvider Class

UpmMembershipProvider Members

Microsoft.CommerceServer.Runtime.Profiles Namespace