 | V2VVirtualMachineModelTargetPath Property |
Gets or sets the target path. Do not use this property. Double-Take uses it internally.
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 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