MobileDeviceServicesSetEnabled Method 
             | 
          
        
        
          
         
            Toggles the Mobile Devices Emulation on or off.
            
 
    Namespace: 
   IngeniuxCMService
    Assembly:
   IngeniuxCMService (in IngeniuxCMService.dll) Version: 10.3.169
Syntaxpublic XHRServiceResponseGeneric<bool> SetEnabled(
	bool data
)
Public Function SetEnabled ( 
	data As Boolean
) As XHRServiceResponseGeneric(Of Boolean)
public:
virtual XHRServiceResponseGeneric<bool>^ SetEnabled(
	bool data
) sealed
abstract SetEnabled : 
        data : bool -> XHRServiceResponseGeneric<bool> 
override SetEnabled : 
        data : bool -> XHRServiceResponseGeneric<bool> Parameters
- data
 - Type: SystemBoolean
True to enable Mobile Devices Emulation, False to disable 
Return Value
Type: 
XHRServiceResponseGenericBooleanTrue if Mobile Device Emulation is enabled, False if not
See Also