IBaseBoardInfoManufacturer Property |
Win32_BaseBoard: Name of the organization responsible for producing the physical element.
Namespace:
Xcalibur.Models.SystemInformation
Assembly:
Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax string Manufacturer { get; set; }
Property Manufacturer As String
Get
Set
property String^ Manufacturer {
String^ get ();
void set (String^ value);
}
abstract Manufacturer : string with get, set
Property Value
Type:
String
The manufacturer.
See Also