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