Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets a value indicating whether the membership user is locked out and unable to be validated.
Namespace: Microsoft.CommerceServer.Runtime.Profiles
Assembly: Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property IsLockedOut As Boolean
'Usage
Dim instance As UpmMembershipUser
Dim value As Boolean
value = instance.IsLockedOut
public override bool IsLockedOut { get; }
public:
virtual property bool IsLockedOut {
bool get () override;
}
public override function get IsLockedOut () : boolean
Property Value
Type: System..::.Boolean
true if the membership user is locked out and unable to be validated; otherwise false.
Remarks
Returns a value indicating whether the membership user is locked out and unable to be validated.
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.