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