IQbservable.Expression Property
Gets the expression tree that is associated with the instance of IQbservable.
Namespace: System.Reactive.Linq
Assembly: System.Reactive.Providers (in System.Reactive.Providers.dll)
Syntax
'Declaration
ReadOnly Property Expression As Expression
Get
'Usage
Dim instance As IQbservable
Dim value As Expression
value = instance.Expression
Expression Expression { get; }
property Expression^ Expression {
Expression^ get ();
}
abstract Expression : Expression
function get Expression () : Expression
Property Value
Type: System.Linq.Expressions.Expression
The expression tree that is associated with the instance of IQbservable.