Share via


CreationDate Property

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

Gets or sets the date and time when the user was added to the membership data store.

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

Syntax

'Declaration
Public Overrides ReadOnly Property CreationDate As DateTime
'Usage
Dim instance As UpmMembershipUser
Dim value As DateTime

value = instance.CreationDate
public override DateTime CreationDate { get; }
public:
virtual property DateTime CreationDate {
    DateTime get () override;
}
public override function get CreationDate () : DateTime

Property Value

Type: System..::.DateTime
The date and time when the user was added to the membership data store.

Remarks

Stores the date and time when the user was added to the membership data store. Requires EnableCreatedDate to be set to true.

Permissions

See Also

Reference

UpmMembershipUser Class

UpmMembershipUser Members

Microsoft.CommerceServer.Runtime.Profiles Namespace