Variable.GetExpression(String) Method

Definition

The GetExpression(String) method is not supported on Variable objects. Use the EvaluateAsExpression property instead.

public:
 virtual System::String ^ GetExpression(System::String ^ propertyName);
public string GetExpression (string propertyName);
abstract member GetExpression : string -> string
override this.GetExpression : string -> string
Public Function GetExpression (propertyName As String) As String

Parameters

propertyName
String

The name of the property whose expression you want to see.

Returns

The expression used to evaluate the property.

Implements

Applies to