|
RecommendedFailoverOptionsSnapshots Property
|
This value represents the available snapshots on the target.
Namespace:
DoubleTake.Jobs.ContractAssembly:
DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.2.0.814
Syntaxpublic SnapshotEntry[] Snapshots { get; set; }
Public Property Snapshots As SnapshotEntry()
Get
Set
public:
property array<SnapshotEntry^>^ Snapshots {
array<SnapshotEntry^>^ get ();
void set (array<SnapshotEntry^>^ value);
}
function get_Snapshots();
function set_Snapshots(value);
Property Value
Type:
SnapshotEntry
An array of
SnapshotEntry that represents the snapshots on the target server.
See Also