ComputerInfo.BiosIdentificationCode 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.
Manufacturer's identifier for this software element. Often this will be a stock keeping unit (SKU) or a part number
public:
property System::String ^ BiosIdentificationCode { System::String ^ get(); };
public:
property Platform::String ^ BiosIdentificationCode { Platform::String ^ get(); };
public string BiosIdentificationCode { get; }
member this.BiosIdentificationCode : string
Public ReadOnly Property BiosIdentificationCode As String