 | DTHVPersistedStateModelProtectionConnectionPersistedState Property |
Gets or sets the main connection's persisted state.
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 ProtectionConnectionPersistedState { get; set; }
Public Property ProtectionConnectionPersistedState As CoreConnectionPersistedStateModel
Get
Set
public:
property CoreConnectionPersistedStateModel^ ProtectionConnectionPersistedState {
CoreConnectionPersistedStateModel^ get ();
void set (CoreConnectionPersistedStateModel^ value);
}
member ProtectionConnectionPersistedState : CoreConnectionPersistedStateModel with get, set
Property Value
Type:
CoreConnectionPersistedStateModelThe main connection's persisted state.
See Also