CepObjectReadOnlyDictionary<T>.Keys Property
Returns the keys of the collection.
Namespace: Microsoft.ComplexEventProcessing
Assembly: Microsoft.ComplexEventProcessing (in Microsoft.ComplexEventProcessing.dll)
Syntax
public ICollection<string> Keys { get; }
Property Value
Type: System.Collections.Generic.ICollection<String>
The read-only collection of keys.
Implements
IDictionary<TKey, TValue>.Keys