 | V2VVirtualMachineModelSnapshotPath Property |
Gets or sets the location of the virtual machine's snapshot files.
Namespace:
DoubleTake.Web.Models
Assembly:
DoubleTake.Management.Web.Client (in DoubleTake.Management.Web.Client.dll) Version: 8.2.0.814 (8.2.0.814)
Syntaxpublic string SnapshotPath { get; set; }
Public Property SnapshotPath As String
Get
Set
public:
property String^ SnapshotPath {
String^ get ();
void set (String^ value);
}
member SnapshotPath : string with get, set
Property Value
Type:
StringThe snapshot path.
See Also