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