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