 | ConnectionInfoModelStatus Property |
Gets or sets the operational state of the connection.
Namespace: DoubleTake.Web.ModelsAssembly: DoubleTake.Management.Web.Client (in DoubleTake.Management.Web.Client.dll) Version: 8.1.0.599 (8.1.0.599)
Syntaxpublic ConnectionStatusModel Status { get; set; }
Public Property Status As ConnectionStatusModel
Get
Set
public:
property ConnectionStatusModel^ Status {
ConnectionStatusModel^ get ();
void set (ConnectionStatusModel^ value);
}
member Status : ConnectionStatusModel with get, set
Property Value
Type:
ConnectionStatusModelThe status.
See Also