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.
Gets or sets the default percentage of machines that must be available after removing machines based on ping.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property PingAvailabilityThreshold As Double
Get
Set
'Usage
Dim instance As SPRequestManagementSettings
Dim value As Double
value = instance.PingAvailabilityThreshold
instance.PingAvailabilityThreshold = value
public double PingAvailabilityThreshold { get; set; }
Property value
Type: System.Double
Remarks
This property applies to requests that do not match any rules.
See also
Reference
SPRequestManagementSettings class