EnableLastLoginDate Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets a value indicating whether UpmMembershipProvider keeps track of the date the user last logged in.
Namespace: Microsoft.CommerceServer.Runtime.Profiles
Assembly: Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)
Syntax
'Declaration
Public ReadOnly Property EnableLastLoginDate As Boolean
'Usage
Dim instance As UpmMembershipSettings
Dim value As Boolean
value = instance.EnableLastLoginDate
public bool EnableLastLoginDate { get; }
public:
property bool EnableLastLoginDate {
bool get ();
}
public function get EnableLastLoginDate () : boolean
Property Value
Type: System..::.Boolean
true to indicate that the provider keeps track of the date the user last logged in; otherwise, false.
Remarks
Returns a value indicating whether or not UpmMembershipProvider keeps track of the date the user last logged in. Returns true to indicate that the provider keeps track of the date the user last logged in. Returns false to indicate that the provider does not keep track of the date the user last logged in.
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.