Click or drag to resize
ImageProtectionOptionsVhdsToDeleteOnRemove Property
This value is a list of .vhd files to delete from disk when the corresponding protected volume is has been removed from the image. This value is specified by volume letter.

Namespace: DoubleTake.Jobs.Contract
Assembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.0.0.1664
Syntax
public IEnumerable<string> VhdsToDeleteOnRemove { get; set; }

Property Value

Type: IEnumerableString
See Also