LastLoginDate 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 last authenticated.

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

Syntax

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

value = instance.LastLoginDate

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

Property Value

Type: System..::.DateTime
The date and time when the user was last authenticated.

Remarks

Stores the date and time when the user was last authenticated.

Requires EnableLastLoginDate to be set to true.

Permissions

See Also

Reference

UpmMembershipUser Class

UpmMembershipUser Members

Microsoft.CommerceServer.Runtime.Profiles Namespace