IMemorySlotInfoTag Property |
Win32_PhysicalMemory: Unique identifier for the physical memory device that is represented
by an instance of Win32_PhysicalMemory. This property is inherited from CIM_PhysicalElement.
Namespace:
Xcalibur.Models.Hardware.Memory
Assembly:
Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax Property Tag As String
Get
Set
property String^ Tag {
String^ get ();
void set (String^ value);
}
abstract Tag : string with get, set
Property Value
Type:
String
The tag.
See Also