Click or drag to resize

PropertyFindPropertybyId Method

Finds the corresponding Property matching the passed ID, in a list of Properties.

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 static Property FindPropertybyId(
	IList<Property> list,
	int id
)

Parameters

list
Type: System.Collections.GenericIListProperty
- The ArrayList containing all the Properties.
id
Type: SystemInt32
- The int representing the ID that should be found.

Return Value

Type: Property
Property corresponding to the passed ID, null in case of error.
Remarks

Finds the corresponding Property matching the passed ID, in a list of Properties.

[Android Documentation]

See Also