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
public virtual int SetToDefault ();
Public Virtual Integer 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
See Also