Click or drag to resize
CurrentDeviceInfoHardwareName Property
A list of marketing names associated with the device, separated by a '|'. A device may be known by many names depending on region or network. Likewise, a device may not have a marketing name at all, leaving this empty. This property should be used in tandem with HardwareModel.

Namespace: CMS.DeviceProfiles
Assembly: CMS.DeviceProfiles (in CMS.DeviceProfiles.dll) Version: 10.0.0
Syntax
C#
public List<string> HardwareName { get; }

Property Value

Type: ListString
See Also