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
)
Public Shared Function Name (
id As Integer
) As String
Parameters
- id
- Type: SystemInt32
- int unique identifier of the property.
Return Value
Type:
StringString the name of the constant.
Remarks See Also