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