CepEventType.Fields Property

Gets the collection of fields of the event type by their name, ordered lexicographically.

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

Syntax

public IDictionary<string, CepEventTypeField> Fields { get; }

Property Value

Type: System.Collections.Generic.IDictionary<String, CepEventTypeField>
A dictionary containing all fields in the CEP event type, ordered lexicographically by name. Null, if the type is an event field itself.

See Also

Reference

CepEventType Class

Microsoft.ComplexEventProcessing Namespace