MemberExpression.Expression Property

Definition

Gets the containing object of the field or property.

public:
 property System::Linq::Expressions::Expression ^ Expression { System::Linq::Expressions::Expression ^ get(); };
public System.Linq.Expressions.Expression Expression { get; }
public System.Linq.Expressions.Expression? Expression { get; }
member this.Expression : System.Linq.Expressions.Expression
Public ReadOnly Property Expression As Expression

Property Value

An Expression that represents the containing object of the field or property.

Applies to