ComputerInfo.BiosOtherTargetOS 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.
Records the manufacturer and operating system type for the BIOS when the BiosTargetOperatingSystem property has a value of 1 (Other). When TargetOperatingSystem has a value of 1, BiosOtherTargetOS must have a nonnull value. For all other values of BiosTargetOperatingSystem, BiosOtherTargetOS is NULL
public:
property System::String ^ BiosOtherTargetOS { System::String ^ get(); };
public:
property Platform::String ^ BiosOtherTargetOS { Platform::String ^ get(); };
public string BiosOtherTargetOS { get; }
member this.BiosOtherTargetOS : string
Public ReadOnly Property BiosOtherTargetOS As String