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

Visual Basic
Dim instance As LockoutGate
Dim value As UInteger

value = instance.LockoutThreshold

instance.LockoutThreshold = value

Syntax

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

/** @property */
public void set_LockoutThreshold (UInt32 value)
JScript
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

Target Platforms

Windows 2008 x64 Edition

See Also