ComputerInfo.BiosBIOSVersion Property

Definition

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[]

Applies to