 | V2VVirtualMachineModelTargetPath Property |
Gets or sets the target path. Do not use this property. Double-Take uses it internally.
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 TargetPath { get; set; }
Public Property TargetPath As String
Get
Set
public:
property String^ TargetPath {
String^ get ();
void set (String^ value);
}
member TargetPath : string with get, set
Property Value
Type:
StringThe target path.
See Also