Click or drag to resize

SystemStateOptionsAlternateVolumeMapping Property

This value is the mapping of source volumes to target volumes for alternate volume staging, for example, C:;N:.

Namespace:  DoubleTake.Jobs.Contract
Assembly:  DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.2.0.814
Syntax
public string AlternateVolumeMapping { get; set; }

Property Value

Type: String
The source to target alternate staging volume map. ie. "C:;N:"
See Also