QueryTemplate.QueryTemplateInputs Property

Gets the collection of inputs associated with this query template.

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

Syntax

public IDictionary<Uri, QueryTemplateInput> QueryTemplateInputs { get; }

Property Value

Type: System.Collections.Generic.IDictionary<Uri, QueryTemplateInput>
A collection of input stream names.

See Also

Reference

QueryTemplate Class

Microsoft.ComplexEventProcessing Namespace