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
)
Public Shared Function FindPropertybyId (
list As IList(Of Property),
id As Integer
) As Property
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:
PropertyProperty corresponding to the passed ID, null in case of error.
Remarks See Also