public bool Old { get; set; }
Public Property Old As Boolean Get Set
public: property bool Old { bool get (); void set (bool value); }