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