|
VMInfoPathTransformations Property
|
This value represents where the protected source virtual machine will be located on the target.
Namespace:
DoubleTake.Virtualization.ContractAssembly:
DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.3.0.0
Syntaxpublic PathTransformation[] PathTransformations { get; set; }Public Property PathTransformations As PathTransformation()
Get
Set
public:
property array<PathTransformation^>^ PathTransformations {
array<PathTransformation^>^ get ();
void set (array<PathTransformation^>^ value);
}function get_PathTransformations();
function set_PathTransformations(value);
Property Value
Type:
PathTransformation
The path transformations
See Also