IMemorySlotInfoBankLabel Property |
Win32_PhysicalMemory: Physically labeled bank where the memory is located.
Namespace:
Xcalibur.Models.Hardware.Memory
Assembly:
Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax string BankLabel { get; set; }
Property BankLabel As String
Get
Set
property String^ BankLabel {
String^ get ();
void set (String^ value);
}
abstract BankLabel : string with get, set
Property Value
Type:
String
The bank label.
See Also