MemorySlotInfoManufacturer Property |
Win32_PhysicalMemory: Name of the organization responsible for producing the physical
element.
Namespace:
Xcalibur.Models.Hardware.Memory
Assembly:
Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax [DataMemberAttribute]
public string Manufacturer { get; set; }
<DataMemberAttribute>
Public Property Manufacturer As String
Get
Set
public:
[DataMemberAttribute]
virtual property String^ Manufacturer {
String^ get () sealed;
void set (String^ value) sealed;
}
[<DataMemberAttribute>]
abstract Manufacturer : string with get, set
[<DataMemberAttribute>]
override Manufacturer : string with get, set
Property Value
Type:
String
The manufacturer.
Implements
IMemorySlotInfoManufacturerSee Also