EventDataItem(String, String) Property |  |
Namespace: Bosch.Vms.SDKAssembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
Syntaxpublic 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
Stringextra event data or defaultResult if key is not found
See Also