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

Property Value

Type: T
The object with the specified key.

Implements

IDictionary<TKey, TValue>.Item[TKey]

See Also

Reference

CepObjectReadOnlyDictionary<T> Class

Microsoft.ComplexEventProcessing Namespace