 | QueryInputFlatModelSnapshotDataRoot Property |
Gets or sets the snapshot data root.
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 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