Click or drag to resize
CurrentDeviceInfoHardwareModel Property

Note: This API is now obsolete.

The model name or number used primarily by the hardware vendor to identify the device. This is not always the name the device is most often known as. You should also use HardwareName for a list of popular device names.

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 8.2.23
Syntax
C#
[ObsoleteAttribute("This property is obsolete. Use property Data["propertyName"] instead.")]
public string HardwareModel { get; }

Property Value

Type: String
See Also