 | IcmpPingQueryResultModelRoundtrip Property |
Gets or sets the duration of the ICMP ping round-trip.
Namespace: DoubleTake.Web.ModelsAssembly: DoubleTake.Management.Web.Client (in DoubleTake.Management.Web.Client.dll) Version: 8.1.0.599 (8.1.0.599)
Syntaxpublic TimeSpan Roundtrip { get; set; }
Public Property Roundtrip As TimeSpan
Get
Set
public:
property TimeSpan Roundtrip {
TimeSpan get ();
void set (TimeSpan value);
}
member Roundtrip : TimeSpan with get, set
Property Value
Type:
TimeSpanThe duration of the ICMP ping round-trip.
See Also