ConfigurationManagerGetPropertyByName 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 GetPropertyByName(
string name
)
Public Overridable Function GetPropertyByName (
name As String
) As Property
Parameters
- name
- Type: SystemString
- String defining string of the unique identifier of the requested property
Return Value
Type:
PropertyProperty.
Remarks Gets theProperty
whose identifier has the integer value defined by the given constant PropertyID
.
If a property with the given name 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