MemorySlotInfoDeviceLocator Property |
Win32_PhysicalMemory: Label of the socket or circuit board that holds the memory.
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 DeviceLocator { get; set; }
<DataMemberAttribute>
Public Property DeviceLocator As String
Get
Set
public:
[DataMemberAttribute]
virtual property String^ DeviceLocator {
String^ get () sealed;
void set (String^ value) sealed;
}
[<DataMemberAttribute>]
abstract DeviceLocator : string with get, set
[<DataMemberAttribute>]
override DeviceLocator : string with get, set
Property Value
Type:
String
The device locator.
Implements
IMemorySlotInfoDeviceLocatorSee Also