<PackageReference Include="System.Dynamic.Runtime" Version="4.0.11-beta-23409" />

IInvokeOnGetBinder

public interface IInvokeOnGetBinder
Represents information about a dynamic get member operation that indicates if the get member should invoke properties when they perform the get operation.
bool InvokeOnGet { get; }

Gets the value indicating if this get member operation should invoke properties when they perform the get operation. The default value when this interface is not present is true.