Click or drag to resize
ImageProtectionOptionsModelVhdsToDeleteOnRemove Property
Gets or sets the list of VHD files to delete (specified by volume letter) from disk when the corresponding protected volume has been removed from the image.

Namespace: DoubleTake.Web.Models
Assembly: DoubleTake.Web.Client.Management (in DoubleTake.Web.Client.Management.dll) Version: 0.5.36.0 (0.5.36.0)
Syntax
public IEnumerable<string> VhdsToDeleteOnRemove { get; set; }

Property Value

Type: IEnumerableString
See Also