Click or drag to resize

PropertyGet Method

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()

Return Value

Type: Object
T The current value if the property is supported, null if the property is not supported.
Exceptions
ExceptionCondition
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