 | VmConfigQueryInputModelSnapshotDataRoot Property |
Gets or sets the 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 SnapshotDataRoot { get; set; }
Public Property SnapshotDataRoot As String
Get
Set
public:
property String^ SnapshotDataRoot {
String^ get ();
void set (String^ value);
}
member SnapshotDataRoot : string with get, set
Property Value
Type:
String
The snapshot data root.
See Also