CepWindowStream<T>.Expression Property

Gets the lambda expression that is associated with this object.

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

Syntax

public Expression Expression { get; }

Property Value

Type: System.Linq.Expressions.Expression
The lambda expression that is associated with this object.

See Also

Reference

CepWindowStream<T> Class

Microsoft.ComplexEventProcessing.Linq Namespace