 | QueryResultFlatModelVmSnapshotDataRoot Property |
Gets or sets the vm snapshot data root.
Namespace: DoubleTake.Web.ModelsAssembly: DoubleTake.Management.Web.Client (in DoubleTake.Management.Web.Client.dll) Version: 8.1.0.599 (8.1.0.599)
Syntaxpublic string VmSnapshotDataRoot { get; set; }
Public Property VmSnapshotDataRoot As String
Get
Set
public:
property String^ VmSnapshotDataRoot {
String^ get ();
void set (String^ value);
}
member VmSnapshotDataRoot : string with get, set
Property Value
Type:
String
The vm snapshot data root.
See Also