 | DTHVPersistedStateModelRevertConnectionPersistedState Property |
Gets or sets the state of the replica vm revert persisted.
Namespace:
DoubleTake.Web.Models
Assembly:
DoubleTake.Management.Web.Client (in DoubleTake.Management.Web.Client.dll) Version: 8.2.0.814 (8.2.0.814)
Syntaxpublic CoreConnectionPersistedStateModel RevertConnectionPersistedState { get; set; }
Public Property RevertConnectionPersistedState As CoreConnectionPersistedStateModel
Get
Set
public:
property CoreConnectionPersistedStateModel^ RevertConnectionPersistedState {
CoreConnectionPersistedStateModel^ get ();
void set (CoreConnectionPersistedStateModel^ value);
}
member RevertConnectionPersistedState : CoreConnectionPersistedStateModel with get, set
Property Value
Type:
CoreConnectionPersistedStateModel
The state of the Replica vm revert persisted.
See Also