Read-only.
This property contains the amount of unsuccessful attempts to ping the host as a result Ping operation.
Example
Set tcpip = CreateObject("SHOTIP.Connection")
Set pdata = tcpip.Ping(thathost)
For i=0 to pdata.FailedCount-1
Response.Write "<BR>Error: " & pdata.FailedMessage
Next