|
SystemStateOptionsAlternateVolumeMapping Property |
This value is the mapping of source volumes to target volumes for alternate volume staging, for example, C:;N:.
Namespace: DoubleTake.Jobs.ContractAssembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.0.0.1664
Syntaxpublic string AlternateVolumeMapping { get; set; }
Public Property AlternateVolumeMapping As String
Get
Set
public:
property String^ AlternateVolumeMapping {
String^ get ();
void set (String^ value);
}
function get_AlternateVolumeMapping();
function set_AlternateVolumeMapping(value);
Property Value
Type:
String
The source to target alternate staging volume map. ie. "C:;N:"
See Also