EnableAccountLockout Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets a value indicating whether UpmMembershipProvider supports locking out an account.
Namespace: Microsoft.CommerceServer.Runtime.Profiles
Assembly: Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)
Syntax
'Declaration
Public ReadOnly Property EnableAccountLockout As Boolean
'Usage
Dim instance As UpmMembershipSettings
Dim value As Boolean
value = instance.EnableAccountLockout
public bool EnableAccountLockout { get; }
public:
property bool EnableAccountLockout {
bool get ();
}
public function get EnableAccountLockout () : boolean
Property Value
Type: System..::.Boolean
true to indicate that the provider can perform a lockout; otherwise, false.
Remarks
Returns whether or not the provider can keep track of invalid logon attempts and lockout the user when the threshold is broken.
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.