 | FullServerPersistedStateModelBackupConnectionPersistedState Property |
Gets or sets the state of the backup connection 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 BackupConnectionPersistedState { get; set; }
Public Property BackupConnectionPersistedState As CoreConnectionPersistedStateModel
Get
Set
public:
property CoreConnectionPersistedStateModel^ BackupConnectionPersistedState {
CoreConnectionPersistedStateModel^ get ();
void set (CoreConnectionPersistedStateModel^ value);
}
member BackupConnectionPersistedState : CoreConnectionPersistedStateModel with get, set
Property Value
Type:
CoreConnectionPersistedStateModel
The state of the backup connection persisted.
See Also