|
VMInfoSnapshotDataPath Property |
This value is the virtual machine snapshot location.
Namespace: DoubleTake.Virtualization.ContractAssembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.1.0.599
Syntaxpublic string SnapshotDataPath { get; set; }Public Property SnapshotDataPath As String
Get
Set
public:
property String^ SnapshotDataPath {
String^ get ();
void set (String^ value);
}function get_SnapshotDataPath();
function set_SnapshotDataPath(value);
Property Value
Type:
String
See Also