DLCradleManagerSetProperty Method |
Sets the value of the specified 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 void SetProperty (int propertyId, Java.Lang.Object value);
Public Virtual Sub SetProperty (Integer propertyId, Java.Lang.Object value);
Parameters
- propertyId
- Type: System.Int32
The identifier of the property to set, as defined in DLCradleManager.Properties . - value
- Type: Java.Lang.Object
The new value to assign to the property.
Remarks
Sets the value of the specified property.
This method updates the value of the property identified by the given property ID, as defined in
the
DLCradleManager.Properties
class. If the property is read-only or unsupported, the operation will fail.
[Android Documentation]
See Also