Gets the current value of 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 Java.Lang.Object Get ();
Public Virtual Java.Lang.Object Get ();
Return Value
Type: Java.Lang.Object
T The current value if the property is supported, null if the property is not supported.
Exceptions
Exception |
Condition |
ConfigException |
when the property is not supported, when exceptions are enabled through the ErrorManager singleton. |
Remarks
See Also