IMobileDeviceManagerGenericDevice Property
|
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
SyntaxIGenericDevice GenericDevice { get; }
ReadOnly Property GenericDevice As IGenericDevice
Get
property IGenericDevice^ GenericDevice {
IGenericDevice^ get ();
}
abstract GenericDevice : IGenericDevice with get
Property Value
Type:
IGenericDevice
RemarksUsed to retrieve the fallback device with default mobile width and height properties when an exact device type is unknown.
See Also