 | ConnectionStartParametersModelSnapshotSchedule Property |
Gets or sets snapshot schedule configuration.
Namespace: DoubleTake.Web.ModelsAssembly: DoubleTake.Web.Client.Management (in DoubleTake.Web.Client.Management.dll) Version: 0.5.36.0 (0.5.36.0)
Syntaxpublic SnapshotScheduleModel SnapshotSchedule { get; set; }
Public Property SnapshotSchedule As SnapshotScheduleModel
Get
Set
public:
property SnapshotScheduleModel^ SnapshotSchedule {
SnapshotScheduleModel^ get ();
void set (SnapshotScheduleModel^ value);
}
member SnapshotSchedule : SnapshotScheduleModel with get, set
Property Value
Type:
SnapshotScheduleModel
See Also