 | IcmpPingQueryResultModelStatus Property |
Gets or sets the
IPStatus
from the ping reply as a string.
Namespace: DoubleTake.Web.ModelsAssembly: DoubleTake.Management.Web.Client (in DoubleTake.Management.Web.Client.dll) Version: 8.1.0.599 (8.1.0.599)
Syntaxpublic string Status { get; set; }
Public Property Status As String
Get
Set
public:
property String^ Status {
String^ get ();
void set (String^ value);
}
member Status : string with get, set
Property Value
Type:
StringThe
IPStatus from the ping reply as a string.
See Also