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; }
public:
property Expression^ Expression {
    virtual Expression^ get() sealed;
}
abstract Expression : Expression with get
override Expression : Expression with get
Public ReadOnly Property Expression As Expression

Property Value

Type: System.Linq.Expressions.Expression

The lambda expression that is associated with this object.

See Also

CepWindowStream<T> Class
Microsoft.ComplexEventProcessing.Linq Namespace

Return to top