Share via


ToString Method

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

Returns the user name for the membership user.

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

Syntax

'Declaration
Public Overrides Function ToString As String
'Usage
Dim instance As UpmMembershipUser
Dim returnValue As String

returnValue = instance.ToString()
public override string ToString()
public:
virtual String^ ToString() override
public override function ToString() : String

Return Value

Type: System..::.String
The System.Web.Security.MembershipUser.UserName for the membership user.

Remarks

Returns the user name for the membership user.

Permissions

See Also

Reference

UpmMembershipUser Class

UpmMembershipUser Members

Microsoft.CommerceServer.Runtime.Profiles Namespace