ComputerInfo.OsManufacturer 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 of the operating system manufacturer. For Windows-based systems, this value is "Microsoft Corporation"
public:
property System::String ^ OsManufacturer { System::String ^ get(); };
public:
property Platform::String ^ OsManufacturer { Platform::String ^ get(); };
public string OsManufacturer { get; }
member this.OsManufacturer : string
Public ReadOnly Property OsManufacturer As String