Click or drag to resize

PropertySetToDefault Method

Resets to the default value the property.

Namespace:  Com.Datalogic.Decode
Assembly:  datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
VB
public virtual int SetToDefault ();

Return Value

Type: System.Int32
int ConfigException.SUCCESS in case of success otherwise a possible error code, matching one of the ConfigException error constants.

Exceptions
Exception Condition
ConfigException ConfigException.ACCESS_VIOLATION_ERROR if the property is read-only.
ConfigException ConfigException.SUPPORT_ERROR if the property is not supported.
Remarks
Resets to the default value the property. To apply the value of the property to the device and make it persistent the method ConfigurationManager.commit() of ConfigurationManager must be called.

[Android Documentation]

See Also

Reference