IMemoryInfoSlots Property |
Memory slot breakdown.
Namespace:
Xcalibur.Models.Hardware.Memory
Assembly:
Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax IList<IMemorySlotInfo> Slots { get; set; }
Property Slots As IList(Of IMemorySlotInfo)
Get
Set
property IList<IMemorySlotInfo^>^ Slots {
IList<IMemorySlotInfo^>^ get ();
void set (IList<IMemorySlotInfo^>^ value);
}
abstract Slots : IList<IMemorySlotInfo> with get, set
Property Value
Type:
IListIMemorySlotInfo
The slots.
See Also