Setter for testMode setting. Defaults to false. If this is TRUE then a test User-Agent will
be used for the query.
Namespace: Mobi.Mtld.DeviceAtlas.CloudAssembly: DeviceAtlasCloudClient-1.1 (in DeviceAtlasCloudClient-1.1.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
C# |
---|
public void SetTestMode(
bool testMode
) |
Visual Basic |
---|
Public Sub SetTestMode ( _
testMode As Boolean _
) |
Visual C++ |
---|
public:
void SetTestMode(
bool testMode
) |
Parameters
- testMode
- Type: System..::..Boolean
TRUE if test mode is on, FALSE otherwise
See Also