ComputerInfo.BiosBIOSVersion 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.
Array of the complete system BIOS information. In many computers there can be several version strings that are stored in the registry and represent the system BIOS information
public:
property cli::array <System::String ^> ^ BiosBIOSVersion { cli::array <System::String ^> ^ get(); };
public:
property Platform::Array <Platform::String ^> ^ BiosBIOSVersion { Platform::Array <Platform::String ^> ^ get(); };
public string[] BiosBIOSVersion { get; }
member this.BiosBIOSVersion : string[]
Public ReadOnly Property BiosBIOSVersion As String()
Property Value
String[]