RapidFailProtectionMaxCrashes Property

MSBuild

The RapidFailProtectionMaxCrashes property specifies the maximum number of failures allowed within the number of minutes specified by the RapidFailProtectionInterval property. See RapidFailProtection.


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

Syntax

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

/** property */
public void set_RapidFailProtectionMaxCrashes(int value);
JScript
public function get RapidFailProtectionMaxCrashes() : int

public function set RapidFailProtectionMaxCrashes(value : int);

Property Value

Value indicating the maximum number of crashes.

See Also

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