Click or drag to resize

PropertyGroupGetPropertyByName Method

Gets the Property

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
)

Parameters

name
Type: SystemString
- String defining string of the unique identifier of the requested property.

Return Value

Type: Property
Property.
Remarks

Gets the Property

, belonging to this group's subtree, whose identifier has the integer value defined by the given string in 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