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