|
VMInfoPath Property |
This value is the virtual machine configuration file location.
Namespace: DoubleTake.Virtualization.ContractAssembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.0.0.1664
Syntaxpublic string Path { get; set; }
Public Property Path As String
Get
Set
public:
property String^ Path {
String^ get ();
void set (String^ value);
}
function get_Path();
function set_Path(value);
Property Value
Type:
String
See Also