|
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.1.0.599
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