 | V2VVirtualMachineModelBiosGuid Property |
Gets or sets the BIOS unique ID for the virtual machine.
Namespace: DoubleTake.Web.ModelsAssembly: DoubleTake.Management.Web.Client (in DoubleTake.Management.Web.Client.dll) Version: 8.1.0.599 (8.1.0.599)
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