ExpressionBinding.Generated Property

Definition

Gets a value indicating whether the expression was implicitly generated by the parser.

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 property bool Generated { bool get(); };
public bool Generated { get; }
member this.Generated : bool
Public ReadOnly Property Generated As Boolean

Property Value

true if the expression was implicitly generated by the parser; otherwise, false.

Applies to