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 ping availability threshold the Request Management feature should maintain for this machine pool.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property PingAvailabilityThreshold As Double
Get
Set
'Usage
Dim instance As SPRoutingMachinePool
Dim value As Double
value = instance.PingAvailabilityThreshold
instance.PingAvailabilityThreshold = value
public double PingAvailabilityThreshold { get; set; }
Property value
Type: System.Double