public int Iteration { get; set; }
Public Property Iteration As Integer Get Set
public: property int Iteration { int get (); void set (int value); }
member Iteration : int with get, set
In This Article