 | FullServerPersistedStateModelSystemVolumeRevertPersistedState Property |
Gets or sets the state of the system volume revert persisted.
Namespace: DoubleTake.Web.ModelsAssembly: DoubleTake.Management.Web.Client (in DoubleTake.Management.Web.Client.dll) Version: 8.1.0.599 (8.1.0.599)
Syntaxpublic CoreConnectionPersistedStateModel SystemVolumeRevertPersistedState { get; set; }
Public Property SystemVolumeRevertPersistedState As CoreConnectionPersistedStateModel
Get
Set
public:
property CoreConnectionPersistedStateModel^ SystemVolumeRevertPersistedState {
CoreConnectionPersistedStateModel^ get ();
void set (CoreConnectionPersistedStateModel^ value);
}
member SystemVolumeRevertPersistedState : CoreConnectionPersistedStateModel with get, set
Property Value
Type:
CoreConnectionPersistedStateModel
The state of the system volume revert persisted.
See Also