public int Number { get; set; }
Public Property Number As Integer Get Set
public: property int^ Number { int^ get (); void set (int^ value); }