EventDataItem(String) Property |  |
Access to extra event data contained as key value pair.
Namespace: Bosch.Vms.SDKAssembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
Syntaxpublic string this[
string key
] { get; }Parameters
- key String
- key for the event-data to be looked up
Return Value
Stringempty string if the key is not found
See Also