Click or drag to resize
CurrentDeviceData Property
Data container of all available device properties. Use the property names available in the HttpBrowserCapabilities class as a key to obtain the desired device information.

Namespace: CMS.DeviceProfiles
Assembly: CMS.DeviceProfiles (in CMS.DeviceProfiles.dll) Version: 11.0.0
Syntax
C#
public ISimpleDataContainer Data { get; }

Property Value

Type: ISimpleDataContainer
See Also