Application.Queries Property

Gets the collection of queries that are defined in this application.

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

Syntax

public IDictionary<string, Query> Queries { get; }

Property Value

Type: System.Collections.Generic.IDictionary<String, Query>
The collection of query objects that are defined in the application.

See Also

Reference

Application Class

Microsoft.ComplexEventProcessing Namespace