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