ComputerInfo.BiosName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Name used to identify the BIOS
public:
property System::String ^ BiosName { System::String ^ get(); };
public:
property Platform::String ^ BiosName { Platform::String ^ get(); };
public string BiosName { get; }
member this.BiosName : string
Public ReadOnly Property BiosName As String