ProfileDefinitionName Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets the name of the profile store where UpmMembershipProvider stores the user data.
Namespace: Microsoft.CommerceServer.Runtime.Profiles
Assembly: Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)
Syntax
'Declaration
Public ReadOnly Property ProfileDefinitionName As String
'Usage
Dim instance As UpmMembershipSettings
Dim value As String
value = instance.ProfileDefinitionName
public string ProfileDefinitionName { get; }
public:
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.