ForLoopClass.AssignExpression Property

Definition

Gets or sets an expression to increment or decrement the loop counter.

public:
 virtual property System::String ^ AssignExpression { System::String ^ get(); void set(System::String ^ value); };
public virtual string AssignExpression { get; set; }
member this.AssignExpression : string with get, set
Public Overridable Property AssignExpression As String

Property Value

A String that contains the expression that increments or decrements the loop counter.

Implements

Applies to