Property.IsSupported Property
Click or drag to resize

PropertyIsSupported Property

Returns whether a Property is supported or not.

Namespace: Com.Datalogic.Device.Configuration
Assembly: datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
VB
public virtual bool IsSupported { get; }

Property Value

Property Value

Type: System.Boolean
boolean value representing whether the Property is supported or not.

Remarks
Returns whether a Property is supported or not.

[Android Documentation]

See Also