Click or drag to resize

PropertyGet Method

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
C#
VB
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
Gets the current value of the Property.

[Android Documentation]

See Also

Reference