MemberAssignment.Expression Property

Definition

Gets the expression to assign to the field or property.

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

Property Value

The Expression that represents the value to assign to the field or property.

Applies to