 | VmdkInfoModelSourceVmdkUuid Property |
Gets or sets the source VMDK UUID.
Namespace: DoubleTake.Web.ModelsAssembly: DoubleTake.Management.Web.Client (in DoubleTake.Management.Web.Client.dll) Version: 8.1.0.599 (8.1.0.599)
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