Open sandboxFocus

Property Expression

Expression

Gets the target field, property, or parameter as a unified IExpression, or throws an exception if the declaration does not implement IExpression.

Declaration
IExpression Expression { get; }
Property Value
Type Description
IExpression
Remarks

This property is useful when authoring contract templates because it provides unified access to IField, IProperty, and IParameter as an IExpression.

See Also