SPRoutingMachineInfo.PingTimeout property
Gets or sets the ping timeout to use for this machine
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property PingTimeout As TimeSpan
Get
Set
'Usage
Dim instance As SPRoutingMachineInfo
Dim value As TimeSpan
value = instance.PingTimeout
instance.PingTimeout = value
public TimeSpan PingTimeout { get; set; }
Property value
Type: System.TimeSpan