NumericPropertySet Method (Integer) |
Sets the desired value.
Namespace:
Com.Datalogic.Device.Configuration
Assembly:
datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public virtual int Set(
Integer value
)
Public Overridable Function Set (
value As Integer
) As Integer
Parameters
- value
- Type: Integer
- Integer
Return Value
Type:
Int32intSuccess in case of success
otherwise a possible error code, matching one of the
ConfigException error constants.
Remarks See Also