Read-only.
This property contains the amount of successful 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.SuccessfulCount-1
Response.Write "<BR>Time: " & pdata.SuccessfulTime
Next