CepObjectReadOnlyDictionary<T>.Item Property

Gets metadata objects by name.

Namespace:  Microsoft.ComplexEventProcessing
Assembly:  Microsoft.ComplexEventProcessing (in Microsoft.ComplexEventProcessing.dll)

Syntax

public T this[
    string key
] { get; }

Parameters

  • key
    Type: System.String
    The name of the CEP object to retrieve.

Property Value

Type: T
The object with the specified name.

See Also

Reference

CepObjectReadOnlyDictionary<T> Class

Microsoft.ComplexEventProcessing Namespace