Click or drag to resize

DLCradleManagerIsPropertySupported Method

Checks if the specified property is supported by the cradle.

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 bool IsPropertySupported (int propertyId);

Parameters

propertyId
Type: System.Int32
The identifier of the property to check, as defined in DLCradleManager.Properties .

Return Value

Type: System.Boolean
true if the property is supported, false otherwise.

Remarks
Checks if the specified property is supported by the cradle. This method verifies whether the given property identifier, defined in the DLCradleManager.Properties class, is supported by the cradle. If the property is supported, it can be accessed or modified depending on its read-only status.

[Android Documentation]

See Also

Reference