Click or drag to resize

EventDataItem(String) Property

Access to extra event data contained as key value pair.

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
] { get; }

Parameters

key  String
key for the event-data to be looked up

Return Value

String
empty string if the key is not found
See Also