BarcodeScannerSettingsItem Property |
Get/set custom property previously set on the scanner settings.
Namespace: Scandit.RecognitionAssembly: Scandit.Recognition (in Scandit.Recognition.dll) Version: 4.16.0.0 (4.16.0.0)
Syntax public int this[
string key
] { get; set; }
Public Default Property Item (
key As String
) As Integer
Get
Set
public:
property int default[String^ key] {
int get (String^ key);
void set (String^ key, int value);
}
member Item : int with get, set
Parameters
- key
- Type: SystemString
The parameter/property name.
Return Value
Type:
Int32The value of the property. Will return -1 for properties that are not defined.
See Also