 | RecommendedFailoverOptionsModelSnapshots Property |
Gets or sets the list of snapshots on the target server.
Namespace: DoubleTake.Web.ModelsAssembly: DoubleTake.Web.Client.Management (in DoubleTake.Web.Client.Management.dll) Version: 0.5.36.0 (0.5.36.0)
Syntaxpublic SnapshotEntryModel[] Snapshots { get; set; }
Public Property Snapshots As SnapshotEntryModel()
Get
Set
public:
property array<SnapshotEntryModel^>^ Snapshots {
array<SnapshotEntryModel^>^ get ();
void set (array<SnapshotEntryModel^>^ value);
}
member Snapshots : SnapshotEntryModel[] with get, set
Property Value
Type:
SnapshotEntryModel
See Also