LastPasswordChangedDate Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets the date and time when the membership user's password was last updated.
Namespace: Microsoft.CommerceServer.Runtime.Profiles
Assembly: Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property LastPasswordChangedDate As DateTime
'Usage
Dim instance As UpmMembershipUser
Dim value As DateTime
value = instance.LastPasswordChangedDate
public override DateTime LastPasswordChangedDate { get; }
public:
virtual property DateTime LastPasswordChangedDate {
DateTime get () override;
}
public override function get LastPasswordChangedDate () : DateTime
Property Value
Type: System..::.DateTime
The date and time when the membership user's password was last updated.
Remarks
Gets the date and time when the membership user's password was last updated. Requires EnableLastPasswordChangedDate to be set to true.
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.