CepObjectReadOnlyDictionary<T>.IDictionary<String, T>.Item Property
Gets metadata objects by name.
Namespace: Microsoft.ComplexEventProcessing
Assembly: Microsoft.ComplexEventProcessing (in Microsoft.ComplexEventProcessing.dll)
Syntax
T IDictionary<string, T>.this[
string key
] { get; set; }
Parameters
- key
Type: System.String
The key of the object to retrieve.
Property Value
Type: T
The object with the specified key.
Implements
IDictionary<TKey, TValue>.Item[TKey]