 | ImageProtectionPersistedStateModelProtectionConnectionPersistedState Property |
Gets or sets the state of the protection connection persisted.
Namespace:
DoubleTake.Web.Models
Assembly:
DoubleTake.Management.Web.Client (in DoubleTake.Management.Web.Client.dll) Version: 8.3.0.0 (8.3.0.0)
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:
CoreConnectionPersistedStateModel
The state of the protection connection persisted.
See Also