SPRoutingMachinePool.PingAvailabilityThreshold 属性
获取或设置请求的管理功能应该为此计算机池维护的 ping 可用性阈值。
命名空间: Microsoft.SharePoint.Administration
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Property PingAvailabilityThreshold As Double
Get
Set
用法
Dim instance As SPRoutingMachinePool
Dim value As Double
value = instance.PingAvailabilityThreshold
instance.PingAvailabilityThreshold = value
public double PingAvailabilityThreshold { get; set; }