SPWebApplication.PingProcessDelay property
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property PingProcessDelay As Integer
Get
Set
'Usage
Dim instance As SPWebApplication
Dim value As Integer
value = instance.PingProcessDelay
instance.PingProcessDelay = value
public int PingProcessDelay { get; set; }
Property value
Type: System.Int32