Click or drag to resize

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
)

Parameters

value
Type: Integer
- Integer

Return Value

Type: Int32
intSuccess in case of success otherwise a possible error code, matching one of the ConfigException error constants.
Remarks

Sets the desired value.

[Android Documentation]

See Also