IndexExpression.Object Property

Definition

An object to index.

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

Property Value

The Expression representing the object to index.

Applies to