 | V2VVirtualMachineModelBiosGuid Property |
Gets or sets the BIOS unique ID for the virtual machine.
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 Guid BiosGuid { get; set; }
Public Property BiosGuid As Guid
Get
Set
public:
property Guid BiosGuid {
Guid get ();
void set (Guid value);
}
member BiosGuid : Guid with get, set
Property Value
Type:
GuidThe BIOS GUID.
See Also