public int Iris { get; set; }
Public Property Iris As Integer
public: property int Iris { int get (); void set (int value); }