Application.QueryTemplates Property
Gets the collection of query templates that are defined in this application.
Namespace: Microsoft.ComplexEventProcessing
Assembly: Microsoft.ComplexEventProcessing (in Microsoft.ComplexEventProcessing.dll)
Syntax
public IDictionary<string, QueryTemplate> QueryTemplates { get; }
Property Value
Type: System.Collections.Generic.IDictionary<String, QueryTemplate>
The collection of query template objects that are defined in the application.