Click or drag to resize

PropertyIDName Method

Returns the name of the constant whose value is the given id.

Namespace:  Com.Datalogic.Decode
Assembly:  datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
VB
public static string Name (int id);

Parameters

id
Type: System.Int32
int unique identifier of the property.

Return Value

Type: System.String
String the name of the constant.

Remarks
Returns the name of the constant whose value is the given id.

[Android Documentation]

See Also

Reference