PropertyIsReadOnly Property |
Returns whether a Property is read only 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 public virtual bool IsReadOnly { get; }
Public Overridable ReadOnly Property IsReadOnly As Boolean
Get
Property Value
Type:
Booleanboolean value representing whether the Property is read only or not.
Remarks See Also