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