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