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 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