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