ForLoop.SetExpression(String, String) Method

Definition

Assigns the specified expression to the property. Specify null to remove an existing expression from the property.

public:
 virtual void SetExpression(System::String ^ propertyName, System::String ^ expression);
public void SetExpression (string propertyName, string expression);
abstract member SetExpression : string * string -> unit
override this.SetExpression : string * string -> unit
Public Sub SetExpression (propertyName As String, expression As String)

Parameters

propertyName
String

The name of the property that will store the expression.

expression
String

The expression.

Implements

Remarks

The propertyName can be any property available on the object.

Applies to