Click or drag to resize

EventDataItem(String, String) Property


Namespace: Bosch.Vms.SDK
Assembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
Syntax
C#
public string this[
	string key,
	string defaultResult
] { get; }

Parameters

key  String
key for the event-data to be looked up
defaultResult  String
Value that should be returned when the key does not exist

Return Value

String
extra event data or defaultResult if key is not found
See Also