 | ImageInfoModelSnapshots Property |
Gets or sets the current list of snapshots for the connection.
Namespace:
DoubleTake.Web.Models
Assembly:
DoubleTake.Web.Client.Management (in DoubleTake.Web.Client.Management.dll) Version: 0.6.5.0 (0.6.5.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