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