ConfigurationManagerGetPropertyById Method |
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 Property GetPropertyById(
int id
)
Public Overridable Function GetPropertyById (
id As Integer
) As Property
Parameters
- id
- Type: SystemInt32
- int unique identifier of the requested property
Return Value
Type:
PropertyProperty.
Remarks Returns the Property
whose identifier has the given integer value PropertyID
.
If a property with the given id is not found NULL is returned.
If the returned property is not supported, get and set on the property will fail.
[Android Documentation]
See Also