LockoutGate.LockoutThreshold Property

This value represents the number of times the user can fail to correctly answer the challenge questions before they have to wait a specified amount of time before they can try to answer the challenge questions again. This API supports the FIM 2010 infrastructure. Using this API directly from your code is not supported.

Namespace: Microsoft.ResourceManagement.Workflow.Activities
Assembly: Microsoft.ResourceManagement (in Microsoft.ResourceManagement.dll)

Usage

'Usage
Dim instance As LockoutGate
Dim value As UInteger

value = instance.LockoutThreshold

instance.LockoutThreshold = value

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
Public Property LockoutThreshold As UInteger
[CLSCompliantAttribute(false)] 
public uint LockoutThreshold { get; set; }
[CLSCompliantAttribute(false)] 
public:
property unsigned int LockoutThreshold {
    unsigned int get ();
    void set (unsigned int value);
}
/** @property */
public UInt32 get_LockoutThreshold ()

/** @property */
public void set_LockoutThreshold (UInt32 value)
public function get LockoutThreshold () : uint

public function set LockoutThreshold (value : uint)

Property Value

A UInt32 value that represents the lockout threshold.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003 , Windows Server 2008, and Windows 2000

Target Platforms

See Also

Reference

LockoutGate Class
LockoutGate Members
Microsoft.ResourceManagement.Workflow.Activities Namespace