 | DTHVPersistedStateModelProtectionConnectionPersistedState Property |
Gets or sets the main connection's persisted state.
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 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