 | VmdkInfoModelTargetVmdkPath Property |
Gets or sets the target VMDK path.
Namespace:
DoubleTake.Web.Models
Assembly:
DoubleTake.Management.Web.Client (in DoubleTake.Management.Web.Client.dll) Version: 8.3.0.0 (8.3.0.0)
Syntaxpublic string TargetVmdkPath { get; set; }
Public Property TargetVmdkPath As String
Get
Set
public:
property String^ TargetVmdkPath {
String^ get ();
void set (String^ value);
}
member TargetVmdkPath : string with get, set
Property Value
Type:
String
The target VMDK path.
See Also