RapidFailProtectionInterval Property

MSBuild

The RapidFailProtectionInterval property specifies the number of minutes before the failure count for a process is reset. See RapidFailProtection.


Namespace: MSBuild.Community.Tasks.IIS
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)

Syntax

Visual Basic (Declaration)
Public Property RapidFailProtectionInterval As Integer
C#
public int RapidFailProtectionInterval { get; set; }
C++
public property int RapidFailProtectionInterval sealed  {
    int get();
    void set(int value);
}
J#
/** property */
public int get_RapidFailProtectionInterval();

/** property */
public void set_RapidFailProtectionInterval(int value);
JScript
public function get RapidFailProtectionInterval() : int

public function set RapidFailProtectionInterval(value : int);

Property Value

Value indicating the rapid fail protection interval.

See Also

Syntax based on .NET Framework version 2.0.
Documentation version 1.0.0.0.