LastLockoutDate Property

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

Gets the most recent date and time that the membership user was locked out.

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

Syntax

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

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

Property Value

Type: System..::.DateTime
A System.DateTime object that represents the most recent date and time that the membership user was locked out.

Remarks

Gets the most recent date and time that the membership user was locked out.

Permissions

See Also

Reference

UpmMembershipUser Class

UpmMembershipUser Members

Microsoft.CommerceServer.Runtime.Profiles Namespace