Click or drag to resize

PropertyIDName Method

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

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 string Name(
	int id
)

Parameters

id
Type: SystemInt32
- int unique identifier of the property.

Return Value

Type: String
String the name of the constant.
Remarks

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

[Android Documentation]

See Also