Gets the current value of the Property.
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 Object Get()
Public Overridable Function Get As Object
Return Value
Type:
ObjectT 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