DLCradleManagerIsPropertyReadOnly Method |
Checks if the specified property is read-only.
Namespace:
Com.Datalogic.Decode
Assembly:
datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0
(1.0.0.0)
Syntax
public virtual bool IsPropertyReadOnly (int propertyId);
Public Virtual Boolean IsPropertyReadOnly (Integer 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 read-only, false otherwise.
Remarks
Checks if the specified property is read-only.
This method determines whether the given property identifier, defined in the
DLCradleManager.Properties
class,
is read-only. Read-only properties can only be accessed but not modified.
[Android Documentation]
See Also